arm64: dts: meson: add reset controller for Meson-A1 SoC
authorXingyu Chen <xingyu.chen@amlogic.com>
Sun, 29 Sep 2019 06:24:13 +0000 (14:24 +0800)
committerKevin Hilman <khilman@baylibre.com>
Mon, 9 Dec 2019 23:21:56 +0000 (15:21 -0800)
Add the reset controller device of Meson-A1 SoC family

Signed-off-by: Xingyu Chen <xingyu.chen@amlogic.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-a1.dtsi

index 7210ad0..1c588ab 100644 (file)
                        #size-cells = <2>;
                        ranges = <0x0 0x0 0x0 0xfe000000 0x0 0x1000000>;
 
+                       reset: reset-controller@0 {
+                               compatible = "amlogic,meson-a1-reset";
+                               reg = <0x0 0x0 0x0 0x8c>;
+                               #reset-cells = <1>;
+                       };
+
                        uart_AO: serial@1c00 {
                                compatible = "amlogic,meson-gx-uart",
                                             "amlogic,meson-ao-uart";