Signed-off-by: Marek Belisko <ma...@goldelico.com>
---
 arch/arm/boot/dts/Makefile           |  1 +
 arch/arm/boot/dts/omap3-gta04+b2.dts | 99 ++++++++++++++++++++++++++++++++++++
 2 files changed, 100 insertions(+)
 create mode 100644 arch/arm/boot/dts/omap3-gta04+b2.dts

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 05aa484..b04a57e 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -281,6 +281,7 @@ dtb-$(CONFIG_ARCH_OMAP3) += am3517-craneboard.dtb \
        omap3-evm-37xx.dtb \
        omap3-gta04a3.dtb \
        omap3-gta04a4.dtb \
+       omap3-gta04+b2.dtb \
        omap3-igep0020.dtb \
        omap3-igep0030.dtb \
        omap3-ldp.dtb \
diff --git a/arch/arm/boot/dts/omap3-gta04+b2.dts 
b/arch/arm/boot/dts/omap3-gta04+b2.dts
new file mode 100644
index 0000000..b68cc6e
--- /dev/null
+++ b/arch/arm/boot/dts/omap3-gta04+b2.dts
@@ -0,0 +1,99 @@
+/*
+ * Copyright (C) 2014 H. Nikolaus Schaller <ma...@goldelico.com>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+
+#include "omap3-gta04.dtsi"
+
+/ {
+       model = "Goldelico GTA04b2/Letux 3704";
+
+       aliases {
+               display0 = &lcd_b2;
+       };
+
+       lcd_b2: lcd {
+               compatible =    "ortustech,com37h3m05dtc",
+                               "ortustech,com37h3m099dtc",
+                               "panel-dpi";
+               label = "lcd";
+               enable-gpios = <&gpio1 20 0>;
+
+               panel-timing {
+                       clock-frequency = <22153000>;
+
+                       hback-porch = <10>;
+                       hactive = <480>;
+                       hfront-porch = <8>;
+                       hsync-len = <10>;
+
+                       vback-porch = <4>;
+                       vactive = <640>;
+                       vfront-porch = <4>;
+                       vsync-len = <3>;
+
+                       hsync-active = <0>;
+                       vsync-active = <0>;
+                       de-active = <1>;
+                       pixelclk-active = <1>;
+
+               };
+
+               port {
+                       lcd_b2_in: endpoint {
+                               remote-endpoint = <&dpi_out>;
+                       };
+               };
+       };
+};
+
+&dss {
+       pinctrl-names = "default";
+       pinctrl-0 = < &dss_dpi_pins >;
+
+       status = "okay";
+
+       port {
+               dpi_out: endpoint {
+                       remote-endpoint = <&lcd_b2_in>;
+                       data-lines = <24>;
+               };
+       };
+};
+
+&spi_lcd {
+       compatible = "none";
+};
+
+&madc_battery {
+       capacity = <3900000>;
+};
+
+&i2c2 {
+       /* we have a different set of LEDs */
+       tca_gpios: tca6507@45 {
+               compatible = "ti,tca6507";
+               #address-cells = <1>;
+               #size-cells = <0>;
+               reg = <0x45>;
+
+               gta04_led0: red_aux@0 {
+                       label = "gta04:red:aux";
+                       reg = <0x0>;
+               };
+
+               gta04_led3: red_power@3 {
+                       label = "gta04:red:power";
+                       reg = <0x3>;
+                       linux,default-trigger = "default-on";
+               };
+
+               wifi_reset: wifi_reset@6 {
+                       reg = <0x6>;
+                       compatible = "gpio";
+               };
+       };
+};
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to