diff options
author | Tim Harvey | 2021-03-01 14:33:30 -0800 |
---|---|---|
committer | Stefano Babic | 2021-04-08 20:29:53 +0200 |
commit | acb9a13b50db24a6ef17f4c2bd600a0f5d9fec1f (patch) | |
tree | 97a89419ba8a60771e642ba324ddead200f86f6d /arch/arm/dts/imx6q-gw5912.dts | |
parent | d331cee596d20b64dac0c3be9cafeaab9c4bda3f (diff) |
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-gw5912.dts')
-rw-r--r-- | arch/arm/dts/imx6q-gw5912.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/dts/imx6q-gw5912.dts b/arch/arm/dts/imx6q-gw5912.dts new file mode 100644 index 00000000000..4dcbd943cd9 --- /dev/null +++ b/arch/arm/dts/imx6q-gw5912.dts @@ -0,0 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright 2019 Gateworks Corporation + */ + +/dts-v1/; +#include "imx6q.dtsi" +#include "imx6qdl-gw5912.dtsi" + +/ { + model = "Gateworks Ventana i.MX6 Dual/Quad GW5912"; + compatible = "gw,imx6q-gw5912", "gw,ventana", "fsl,imx6q"; +}; |