diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2020-11-06 10:45:55 +0100 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2021-01-11 14:59:54 +0100 |
commit | ade0100a91620ae1a4f008d5f05dc94926659dcd (patch) | |
tree | ebcc75894338fc94badfad1ea1b268a9ff2c37f2 /arch | |
parent | 4ac6946baca22a4fd0b0c0b0d08b256c64e48227 (diff) | |
download | u-boot-ade0100a91620ae1a4f008d5f05dc94926659dcd.tar.gz u-boot-ade0100a91620ae1a4f008d5f05dc94926659dcd.tar.xz u-boot-ade0100a91620ae1a4f008d5f05dc94926659dcd.zip |
arm64: meson: add support for libretech-cc v2
Add support for the Amlogic based libretech cc version 2.
As version 1, it is based on the s905x SoC.
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
[narmstrong: Fixed libretech-cc.rst bullet points]
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/meson-gxl-s905x-libretech-cc-v2-u-boot.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/meson-gxl-s905x-libretech-cc-v2-u-boot.dtsi b/arch/arm/dts/meson-gxl-s905x-libretech-cc-v2-u-boot.dtsi new file mode 100644 index 0000000000..8ff5a0ef2b --- /dev/null +++ b/arch/arm/dts/meson-gxl-s905x-libretech-cc-v2-u-boot.dtsi @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (c) 2020 BayLibre, SAS. + * Author: Jerome Brunet <jbrunet@baylibre.com> + */ + +#include "meson-gxl-u-boot.dtsi" |