Commit 03f2dea7 authored by Xingyu Chen's avatar Xingyu Chen Committed by Kevin Hilman

arm64: dts: meson: add reset controller for Meson-A1 SoC

Add the reset controller device of Meson-A1 SoC family
Signed-off-by: default avatarXingyu Chen <xingyu.chen@amlogic.com>
Reviewed-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent e42617b8
......@@ -74,6 +74,12 @@ apb: bus@fe000000 {
#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";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment