Commit 0fa724c5 authored by Neil Armstrong's avatar Neil Armstrong Committed by Kevin Hilman

arm64: dts: meson-g12a: Add AO Secure node

This adds the Always-On ao-secure system control registers node,
which is used by the meson-gx-socinfo driver to detect the SoC IDs.
Signed-off-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent b7be1449
...@@ -122,6 +122,12 @@ aobus: bus@ff800000 { ...@@ -122,6 +122,12 @@ aobus: bus@ff800000 {
#size-cells = <2>; #size-cells = <2>;
ranges = <0x0 0x0 0x0 0xff800000 0x0 0x100000>; ranges = <0x0 0x0 0x0 0xff800000 0x0 0x100000>;
sec_AO: ao-secure@140 {
compatible = "amlogic,meson-gx-ao-secure", "syscon";
reg = <0x0 0x140 0x0 0x140>;
amlogic,has-chip-id;
};
uart_AO: serial@3000 { uart_AO: serial@3000 {
compatible = "amlogic,meson-gx-uart", compatible = "amlogic,meson-gx-uart",
"amlogic,meson-ao-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