diff options
author | Tim Harvey <tharvey@gateworks.com> | 2021-03-01 14:33:30 -0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2021-04-08 20:29:53 +0200 |
commit | acb9a13b50db24a6ef17f4c2bd600a0f5d9fec1f (patch) | |
tree | 97a89419ba8a60771e642ba324ddead200f86f6d /arch/arm/dts/imx6q-gw552x.dts | |
parent | d331cee596d20b64dac0c3be9cafeaab9c4bda3f (diff) | |
download | u-boot-acb9a13b50db24a6ef17f4c2bd600a0f5d9fec1f.tar.gz |
imx: ventana: add Gateworks Ventana dts
Add Gateworks Ventana dts/dtsi files from Linux 5.11 in preparation for
conversion to driver-model.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'arch/arm/dts/imx6q-gw552x.dts')
-rw-r--r-- | arch/arm/dts/imx6q-gw552x.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6q-gw552x.dts b/arch/arm/dts/imx6q-gw552x.dts new file mode 100644 index 0000000000..c973b73042 --- /dev/null +++ b/arch/arm/dts/imx6q-gw552x.dts @@ -0,0 +1,18 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/* + * Copyright 2014 Gateworks Corporation + */ + +/dts-v1/; + +#include "imx6q.dtsi" +#include "imx6qdl-gw552x.dtsi" + +/ { + model = "Gateworks Ventana i.MX6 Dual/Quad GW552X"; + compatible = "gw,imx6q-gw552x", "gw,ventana", "fsl,imx6q"; +}; + +&sata { + status = "okay"; +}; |