From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- .../arch/arm/dts/meson-g12b-odroid-n2-plus.dts | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 roms/u-boot/arch/arm/dts/meson-g12b-odroid-n2-plus.dts (limited to 'roms/u-boot/arch/arm/dts/meson-g12b-odroid-n2-plus.dts') diff --git a/roms/u-boot/arch/arm/dts/meson-g12b-odroid-n2-plus.dts b/roms/u-boot/arch/arm/dts/meson-g12b-odroid-n2-plus.dts new file mode 100644 index 000000000..5de2815ba --- /dev/null +++ b/roms/u-boot/arch/arm/dts/meson-g12b-odroid-n2-plus.dts @@ -0,0 +1,31 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (c) 2019 BayLibre, SAS + * Author: Neil Armstrong + */ + +/dts-v1/; + +/* The Amlogic S922X Rev. C supports the same OPPs as the A311D variant */ +#include "meson-g12b-a311d.dtsi" +#include "meson-g12b-odroid-n2.dtsi" + +/ { + compatible = "hardkernel,odroid-n2-plus", "amlogic,s922x", "amlogic,g12b"; + model = "Hardkernel ODROID-N2Plus"; +}; + +&vddcpu_a { + regulator-min-microvolt = <680000>; + regulator-max-microvolt = <1040000>; + + pwms = <&pwm_AO_cd 1 1500 0>; +}; + +&vddcpu_b { + regulator-min-microvolt = <680000>; + regulator-max-microvolt = <1040000>; + + pwms = <&pwm_AO_cd 1 1500 0>; +}; + -- cgit 1.2.3-korg