diff options
| author | Christian Hewitt <[email protected]> | 2020-04-24 03:09:12 +0000 |
|---|---|---|
| committer | Neil Armstrong <[email protected]> | 2020-07-08 10:52:45 +0200 |
| commit | 8888d837731d876f2685ff408edabd7fef83a2c5 (patch) | |
| tree | 2be98f7bc2b6b4d7dbd3734c3c5827dece1c70dd /arch | |
| parent | da77a787ff3083ba64f848c5957fe7d4afe93508 (diff) | |
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 <[email protected]>
[narmstrong: fix odroid-c4.rst typos and structure]
Signed-off-by: Neil Armstrong <[email protected]>
Tested-by: Anand Moon <[email protected]>
Diffstat (limited to 'arch')
| -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 00000000000..ee32c6f43d5 --- /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 <[email protected]> + */ + +#include "meson-g12-common-u-boot.dtsi" |
