arm64: dts: meson-axg: add new reset DT node
Add reset DT node for Amlogic's Meson-AXG SoC. Signed-off-by: Yixun Lan <yixun.lan@amlogic.com> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
parent
4a81e5ddfb
commit
43b9f617b5
|
@ -134,6 +134,12 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
reset: reset-controller@1004 {
|
||||||
|
compatible = "amlogic,meson-axg-reset";
|
||||||
|
reg = <0x0 0x01004 0x0 0x9c>;
|
||||||
|
#reset-cells = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
uart_A: serial@24000 {
|
uart_A: serial@24000 {
|
||||||
compatible = "amlogic,meson-gx-uart", "amlogic,meson-uart";
|
compatible = "amlogic,meson-gx-uart", "amlogic,meson-uart";
|
||||||
reg = <0x0 0x24000 0x0 0x14>;
|
reg = <0x0 0x24000 0x0 0x14>;
|
||||||
|
|
Loading…
Reference in New Issue