From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- roms/u-boot/arch/arm/dts/imx6q-gw5912.dts | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 roms/u-boot/arch/arm/dts/imx6q-gw5912.dts (limited to 'roms/u-boot/arch/arm/dts/imx6q-gw5912.dts') diff --git a/roms/u-boot/arch/arm/dts/imx6q-gw5912.dts b/roms/u-boot/arch/arm/dts/imx6q-gw5912.dts new file mode 100644 index 000000000..4dcbd943c --- /dev/null +++ b/roms/u-boot/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"; +}; -- cgit