diff options
author | 2019-09-29 14:24:13 +0800 | |
---|---|---|
committer | 2019-12-09 15:21:56 -0800 | |
commit | 03f2dea752d06958981605ae805de77792dd8839 (patch) | |
tree | ac4da7f47ed82d43b2a0c54dd71aa67e98537d67 | |
parent | Linux 5.5-rc1 (diff) | |
download | wireguard-linux-03f2dea752d06958981605ae805de77792dd8839.tar.xz wireguard-linux-03f2dea752d06958981605ae805de77792dd8839.zip |
arm64: dts: meson: add reset controller for Meson-A1 SoC
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>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi index 7210ad049d1d..1c588ab10995 100644 --- a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi @@ -74,6 +74,12 @@ #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"; |