diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2019-03-08 15:09:40 +0100 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2019-04-23 11:19:09 +0200 |
commit | f9e605437e59706a591a65f26d6fd57ed3563e9b (patch) | |
tree | f9d45de6b9bee87ebb30a9159129721249f9b00d /arch/arm/dts/meson-g12a-u200.dts | |
parent | 17b7efe25bef6286e949ebdd7fc416a011485dfb (diff) | |
download | u-boot-f9e605437e59706a591a65f26d6fd57ed3563e9b.tar.gz u-boot-f9e605437e59706a591a65f26d6fd57ed3563e9b.tar.bz2 u-boot-f9e605437e59706a591a65f26d6fd57ed3563e9b.zip |
ARM: dts: Import Amlogic G12A u200 DT from Linux 5.1-rc1
Import Linux 5.1-rc1 DT from 9e98c678c2d6 ("Linux 5.1-rc1") for the
meson-g12a-u200 board, the meson-g12a.dtsi and the corresponding bindings.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'arch/arm/dts/meson-g12a-u200.dts')
-rw-r--r-- | arch/arm/dts/meson-g12a-u200.dts | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/arch/arm/dts/meson-g12a-u200.dts b/arch/arm/dts/meson-g12a-u200.dts new file mode 100644 index 0000000000..c44dbdddf2 --- /dev/null +++ b/arch/arm/dts/meson-g12a-u200.dts @@ -0,0 +1,29 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (c) 2018 Amlogic, Inc. All rights reserved. + */ + +/dts-v1/; + +#include "meson-g12a.dtsi" + +/ { + compatible = "amlogic,u200", "amlogic,g12a"; + model = "Amlogic Meson G12A U200 Development Board"; + + aliases { + serial0 = &uart_AO; + }; + chosen { + stdout-path = "serial0:115200n8"; + }; + memory@0 { + device_type = "memory"; + reg = <0x0 0x0 0x0 0x40000000>; + }; +}; + +&uart_AO { + status = "okay"; +}; + |