diff options
| author | 2017-06-23 10:28:17 +0200 | |
|---|---|---|
| committer | 2017-07-28 09:23:28 -0700 | |
| commit | c9fe1cfe4e90a89c299ed0189355f1c24b69ce92 (patch) | |
| tree | 7ec931ed4f1f3a4b4b5782b69932a4099b9c5773 | |
| parent | ARM64: dts: meson-gx: consistently use the GIC_SPI and IRQ type macros (diff) | |
ARM64: dts: meson-gx: Add SoC info register
Add node for the Amlogic Meson GX SoC information register.
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-gx.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi index 492e6a24349a..edd31cf0648e 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gx.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gx.dtsi @@ -374,6 +374,12 @@ #reset-cells = <1>; }; + sec_AO: ao-secure@140 { + compatible = "amlogic,meson-gx-ao-secure", "syscon"; + reg = <0x0 0x140 0x0 0x140>; + amlogic,has-chip-id; + }; + uart_AO: serial@4c0 { compatible = "amlogic,meson-uart"; reg = <0x0 0x004c0 0x0 0x14>; |
