diff options
author | Christian Hewitt <christianshewitt@gmail.com> | 2020-04-24 03:09:12 +0000 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2020-07-08 10:52:45 +0200 |
commit | 8888d837731d876f2685ff408edabd7fef83a2c5 (patch) | |
tree | 2be98f7bc2b6b4d7dbd3734c3c5827dece1c70dd /arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi | |
parent | da77a787ff3083ba64f848c5957fe7d4afe93508 (diff) | |
download | u-boot-8888d837731d876f2685ff408edabd7fef83a2c5.tar.gz u-boot-8888d837731d876f2685ff408edabd7fef83a2c5.tar.bz2 u-boot-8888d837731d876f2685ff408edabd7fef83a2c5.zip |
boards: amlogic: add Odroid C4 support
Odroid C4 is an Amlogic SM1 device, the board config and board documentation
are adapted from the Odroid-N2 support from the same vendor.
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
[narmstrong: fix odroid-c4.rst typos and structure]
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Tested-by: Anand Moon <linux.amoon@gmail.com>
Diffstat (limited to 'arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi b/arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi new file mode 100644 index 0000000000..ee32c6f43d --- /dev/null +++ b/arch/arm/dts/meson-sm1-odroid-c4-u-boot.dtsi @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (c) 2020 BayLibre, SAS + * Author: Neil Armstrong <narmstrong@baylibre.com> + */ + +#include "meson-g12-common-u-boot.dtsi" |