diff options
author | Heiko Schocher <hs@denx.de> | 2019-12-01 11:23:31 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-01-07 10:26:56 +0100 |
commit | c08aa771735a79efa48b2422295d88ca044ce71d (patch) | |
tree | 99a1e55b8936190d33969ede9241e128b2ccb490 /arch/arm/dts/imx6dl-aristainetos2b_csl_7.dts | |
parent | 1204b9675ed670da9317d87a5a29f06b6412745b (diff) |
imx6: aristainetos: add aristainetos 2b csl
add aristainetso board version CSL.
Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'arch/arm/dts/imx6dl-aristainetos2b_csl_7.dts')
-rw-r--r-- | arch/arm/dts/imx6dl-aristainetos2b_csl_7.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6dl-aristainetos2b_csl_7.dts b/arch/arm/dts/imx6dl-aristainetos2b_csl_7.dts new file mode 100644 index 0000000000..ecf767da6c --- /dev/null +++ b/arch/arm/dts/imx6dl-aristainetos2b_csl_7.dts @@ -0,0 +1,16 @@ +// SPDX-License-Identifier: (GPL-2.0) +/* + * support for the imx6 based aristainetos2 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-aristainetos2b_csl.dtsi" + +/ { + model = "aristainetos2b csl i.MX6 Dual Lite Board 7"; + compatible = "fsl,imx6dl"; +}; |