diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2018-09-10 20:33:15 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-09-12 21:57:27 -0700 |
commit | 2250e0f57a84e09f8f208ea410f46d39fb3ca767 (patch) | |
tree | 4efa27e7962e3068d31ddc53719dc58b1c8108dd /arch/arm64/boot/dts/amlogic | |
parent | eaf8f57c0bf5451132932616ab62f9481adefb55 (diff) | |
download | talos-obmc-linux-2250e0f57a84e09f8f208ea410f46d39fb3ca767.tar.gz talos-obmc-linux-2250e0f57a84e09f8f208ea410f46d39fb3ca767.zip |
arm64: dts: meson-axg-s400: Add chosen and memory nodes
Add missing chosen and memory nodes.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg-s400.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts index 92d3064d4966..d4961dc8356b 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts +++ b/arch/arm64/boot/dts/amlogic/meson-axg-s400.dts @@ -100,6 +100,15 @@ reset-gpios = <&gpio BOOT_9 GPIO_ACTIVE_LOW>; }; + chosen { + stdout-path = "serial0:115200n8"; + }; + + memory@0 { + device_type = "memory"; + reg = <0x0 0x0 0x0 0x40000000>; + }; + main_12v: regulator-main_12v { compatible = "regulator-fixed"; regulator-name = "12V"; |