2 * Copyright (C) 2014 Florian Vaussard, EPFL Mobots group
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
10 #include "omap4-duovero.dtsi"
12 #include <dt-bindings/input/input.h>
15 model = "OMAP4430 Gumstix Duovero on Parlor";
16 compatible = "gumstix,omap4-duovero-parlor", "gumstix,omap4-duovero", "ti,omap4430", "ti,omap4";
23 compatible = "gpio-leds";
25 label = "duovero:blue:led0";
26 gpios = <&gpio4 26 GPIO_ACTIVE_HIGH>; /* gpio_122 */
27 linux,default-trigger = "heartbeat";
32 compatible = "gpio-keys";
38 gpios = <&gpio4 25 GPIO_ACTIVE_LOW>; /* gpio_121 */
44 compatible = "hdmi-connector";
49 hpd-gpios = <&gpio2 31 GPIO_ACTIVE_HIGH>; /* gpio_63 */
52 hdmi_connector_in: endpoint {
53 remote-endpoint = <&hdmi_out>;
66 led_pins: pinmux_led_pins {
67 pinctrl-single,pins = <
68 OMAP4_IOPAD(0x116, PIN_OUTPUT | MUX_MODE3) /* abe_dmic_din3.gpio_122 */
72 button_pins: pinmux_button_pins {
73 pinctrl-single,pins = <
74 OMAP4_IOPAD(0x114, PIN_INPUT_PULLUP | MUX_MODE3) /* abe_dmic_din2.gpio_121 */
78 i2c2_pins: pinmux_i2c2_pins {
79 pinctrl-single,pins = <
80 OMAP4_IOPAD(0x126, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c2_scl */
81 OMAP4_IOPAD(0x128, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c2_sda */
85 i2c3_pins: pinmux_i2c3_pins {
86 pinctrl-single,pins = <
87 OMAP4_IOPAD(0x12a, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c3_scl */
88 OMAP4_IOPAD(0x12c, PIN_INPUT_PULLUP | MUX_MODE0) /* i2c3_sda */
92 smsc_pins: pinmux_smsc_pins {
93 pinctrl-single,pins = <
94 OMAP4_IOPAD(0x068, PIN_INPUT | MUX_MODE3) /* gpmc_a20.gpio_44: IRQ */
95 OMAP4_IOPAD(0x06a, PIN_INPUT_PULLUP | MUX_MODE3) /* gpmc_a21.gpio_45: nReset */
96 OMAP4_IOPAD(0x070, PIN_INPUT_PULLUP | MUX_MODE3) /* gpmc_a24.gpio_48: amdix enabled */
100 dss_hdmi_pins: pinmux_dss_hdmi_pins {
101 pinctrl-single,pins = <
102 OMAP4_IOPAD(0x098, PIN_INPUT | MUX_MODE3) /* hdmi_hpd.gpio_63 */
103 OMAP4_IOPAD(0x09a, PIN_INPUT_PULLUP | MUX_MODE0) /* hdmi_cec.hdmi_cec */
104 OMAP4_IOPAD(0x09c, PIN_INPUT_PULLUP | MUX_MODE0) /* hdmi_ddc_scl.hdmi_ddc_scl */
105 OMAP4_IOPAD(0x09e, PIN_INPUT_PULLUP | MUX_MODE0) /* hdmi_ddc_sda.hdmi_ddc_sda */
111 pinctrl-names = "default";
112 pinctrl-0 = <&i2c2_pins>;
114 clock-frequency = <400000>;
118 pinctrl-names = "default";
119 pinctrl-0 = <&i2c3_pins>;
121 clock-frequency = <100000>;
123 /* optional 1K EEPROM with revision information */
125 compatible = "atmel,24c01";
135 #include "omap-gpmc-smsc911x.dtsi"
138 ranges = <5 0 0x2c000000 0x1000000>; /* CS5 */
142 interrupt-parent = <&gpio2>;
143 interrupts = <12 IRQ_TYPE_LEVEL_LOW>; /* gpio_44 */
147 gpmc,cs-on-ns = <10>;
148 gpmc,cs-rd-off-ns = <50>;
149 gpmc,cs-wr-off-ns = <50>;
150 gpmc,adv-on-ns = <0>;
151 gpmc,adv-rd-off-ns = <10>;
152 gpmc,adv-wr-off-ns = <10>;
153 gpmc,oe-on-ns = <15>;
154 gpmc,oe-off-ns = <50>;
155 gpmc,we-on-ns = <15>;
156 gpmc,we-off-ns = <50>;
157 gpmc,rd-cycle-ns = <50>;
158 gpmc,wr-cycle-ns = <50>;
159 gpmc,access-ns = <50>;
160 gpmc,page-burst-access-ns = <0>;
161 gpmc,bus-turnaround-ns = <35>;
162 gpmc,cycle2cycle-delay-ns = <35>;
163 gpmc,wr-data-mux-bus-ns = <35>;
164 gpmc,wr-access-ns = <50>;
166 gpmc,mux-add-data = <2>;
169 gpmc,clk-activation-ns = <5>;
170 gpmc,sync-clk-ps = <20000>;
180 vdda-supply = <&vdac>;
182 pinctrl-names = "default";
183 pinctrl-0 = <&dss_hdmi_pins>;
187 remote-endpoint = <&hdmi_connector_in>;
193 interrupts-extended = <&wakeupgen GIC_SPI 74 IRQ_TYPE_LEVEL_HIGH
194 &omap4_pmx_core OMAP4_UART3_RX>;