0001 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
0002 /*
0003 * Copyright (c) 2019 BayLibre, SAS
0004 * Author: Neil Armstrong <narmstrong@baylibre.com>
0005 */
0006
0007 /dts-v1/;
0008
0009 /* The Amlogic S922X Rev. C supports the same OPPs as the A311D variant */
0010 #include "meson-g12b-a311d.dtsi"
0011 #include "meson-g12b-odroid-n2.dtsi"
0012
0013 / {
0014 compatible = "hardkernel,odroid-n2-plus", "amlogic,s922x", "amlogic,g12b";
0015 model = "Hardkernel ODROID-N2Plus";
0016 };
0017
0018 &vddcpu_a {
0019 regulator-min-microvolt = <680000>;
0020 regulator-max-microvolt = <1040000>;
0021
0022 pwms = <&pwm_ab 0 1500 0>;
0023 };
0024
0025 &vddcpu_b {
0026 regulator-min-microvolt = <680000>;
0027 regulator-max-microvolt = <1040000>;
0028
0029 pwms = <&pwm_AO_cd 1 1500 0>;
0030 };
0031