diff options
author | Heiko Schocher <hs@denx.de> | 2020-11-30 20:46:03 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-12-06 15:07:06 +0100 |
commit | 015c026f7a51dccae4040bc3912101e1e5a30b12 (patch) | |
tree | 6bfa7e2b0da9cb7570b6a8b0e999af7f5989bcc9 /arch/arm/dts/imx6dl-aristainetos2c_cslb_7.dts | |
parent | 3cf02f5ffa4f85c3934495cddae1f39bc61314b6 (diff) | |
download | u-boot-015c026f7a51dccae4040bc3912101e1e5a30b12.tar.gz |
imx6: add support for aristainetos2c_cslb board variant
add support for aristainetos2c_cslb board variant.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'arch/arm/dts/imx6dl-aristainetos2c_cslb_7.dts')
-rw-r--r-- | arch/arm/dts/imx6dl-aristainetos2c_cslb_7.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6dl-aristainetos2c_cslb_7.dts b/arch/arm/dts/imx6dl-aristainetos2c_cslb_7.dts new file mode 100644 index 0000000000..b40ddafeb9 --- /dev/null +++ b/arch/arm/dts/imx6dl-aristainetos2c_cslb_7.dts @@ -0,0 +1,16 @@ +// SPDX-License-Identifier: (GPL-2.0) +/* + * support for the imx6 based aristainetos2c cslb board + * + * Copyright (C) 2019 Heiko Schocher <hs@denx.de> + * Copyright (C) 2015 Heiko Schocher <hs@denx.de> + * + */ +/dts-v1/; +#include "imx6dl-aristainetos2_7.dtsi" +#include "imx6qdl-aristainetos2c_cslb.dtsi" + +/ { + model = "aristainetos2c cslb i.MX6 Dual Lite Board 7"; + compatible = "fsl,imx6dl"; +}; |