diff options
author | Robert Jones <rjones@gateworks.com> | 2020-01-08 18:44:21 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-01-12 09:22:09 +0300 |
commit | 125120298dc05bb55a8874f07aa3f4bb6056bfb3 (patch) | |
tree | 7602dd1350d7599e63f79d26d78c1240a5dc889c /arch/arm/boot/dts/imx6q-gw5907.dts | |
parent | 3b49b6cde5136972dfa417112a11583a6924204a (diff) | |
download | linux-125120298dc05bb55a8874f07aa3f4bb6056bfb3.tar.xz |
ARM: dts: imx: Add GW5907 board support
The Gateworks GW5907 is an IMX6 SoC based single board computer with:
- IMX6Q or IMX6DL
- 32bit DDR3 DRAM
- FEC GbE Phy
- bi-color front-panel LED
- 256MB NAND boot device
- Gateworks System Controller (hwmon, pushbutton controller, EEPROM)
- Digital IO expander (pca9555)
- Joystick 12bit adc (ads1015)
Signed-off-by: Robert Jones <rjones@gateworks.com>
Reviewed-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-gw5907.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6q-gw5907.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6q-gw5907.dts b/arch/arm/boot/dts/imx6q-gw5907.dts new file mode 100644 index 000000000000..b25526ef5886 --- /dev/null +++ b/arch/arm/boot/dts/imx6q-gw5907.dts @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0 +/* + * Copyright 2019 Gateworks Corporation + */ + +/dts-v1/; + +#include "imx6q.dtsi" +#include "imx6qdl-gw5907.dtsi" + +/ { + model = "Gateworks Ventana i.MX6 Dual/Quad GW5907"; + compatible = "gw,imx6q-gw5907", "gw,ventana", "fsl,imx6q"; +}; |