blob: ce1198ad34e425ea9077dea51a263dfd9238b63f [file] [log] [blame]
Neil Armstrongee731352020-10-02 09:47:37 +02001// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2/*
3 * Copyright (c) 2019 BayLibre, SAS
4 * Author: Neil Armstrong <narmstrong@baylibre.com>
5 */
6
7/dts-v1/;
8
9/* The Amlogic S922X Rev. C supports the same OPPs as the A311D variant */
10#include "meson-g12b-a311d.dtsi"
11#include "meson-g12b-odroid-n2.dtsi"
12
13/ {
14 compatible = "hardkernel,odroid-n2-plus", "amlogic,s922x", "amlogic,g12b";
15 model = "Hardkernel ODROID-N2Plus";
16};
17
18&vddcpu_a {
19 regulator-min-microvolt = <680000>;
20 regulator-max-microvolt = <1040000>;
21
Neil Armstrong2e8d47c2021-09-17 09:37:00 +020022 pwms = <&pwm_ab 0 1500 0>;
Neil Armstrongee731352020-10-02 09:47:37 +020023};
24
25&vddcpu_b {
26 regulator-min-microvolt = <680000>;
27 regulator-max-microvolt = <1040000>;
28
29 pwms = <&pwm_AO_cd 1 1500 0>;
30};
31