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

Add the reset controller device of Meson-S4 SoC family

Signed-off-by: Zelong Dong <zelong.dong@amlogic.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20220526130158.36651-1-zelong.dong@amlogic.com
This commit is contained in:
Zelong Dong 2022-05-26 21:01:58 +08:00 committed by Neil Armstrong
parent ad414ddf9d
commit c46952d2ad

View file

@ -127,6 +127,12 @@
clocks = <&xtal>, <&xtal>, <&xtal>;
clock-names = "xtal", "pclk", "baud";
};
reset: reset-controller@2000 {
compatible = "amlogic,meson-s4-reset";
reg = <0x0 0x2000 0x0 0x98>;
#reset-cells = <1>;
};
};
};
};