diff options
author | 2019-03-07 15:01:47 +0100 | |
---|---|---|
committer | 2019-03-18 09:07:15 -0700 | |
commit | 0fa724c51e31cc814af9e44c019fb4d570422b02 (patch) | |
tree | e4f487603e5b3b805a0da820c3a1d8717217a5f1 | |
parent | arm64: dts: Add SEI Robotics SEI510 Board (diff) | |
download | wireguard-linux-0fa724c51e31cc814af9e44c019fb4d570422b02.tar.xz wireguard-linux-0fa724c51e31cc814af9e44c019fb4d570422b02.zip |
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: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi index 17c6217f8a84..31ddf9444b3e 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi @@ -122,6 +122,12 @@ #size-cells = <2>; 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 { compatible = "amlogic,meson-gx-uart", "amlogic,meson-ao-uart"; |