Skip to content

Commit

Permalink
arm64: dts: meson-axg: add new reset DT node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Yixun Lan authored and Kevin Hilman committed Dec 16, 2017
1 parent 4a81e5d commit 43b9f61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm64/boot/dts/amlogic/meson-axg.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@
status = "disabled";
};

reset: reset-controller@1004 {
compatible = "amlogic,meson-axg-reset";
reg = <0x0 0x01004 0x0 0x9c>;
#reset-cells = <1>;
};

uart_A: serial@24000 {
compatible = "amlogic,meson-gx-uart", "amlogic,meson-uart";
reg = <0x0 0x24000 0x0 0x14>;
Expand Down

0 comments on commit 43b9f61

Please sign in to comment.