Lines Matching +full:gpio1 +full:- +full:output +full:- +full:enable

1 // SPDX-License-Identifier: (GPL-2.0-or-later OR MIT)
3 * Copyright 2020-2021 TQ-Systems GmbH
6 #include <dt-bindings/net/ti-dp83867.h>
8 /* TQ-Systems GmbH MBa8Mx baseboard */
12 compatible = "pwm-backlight";
14 brightness-levels = <0 4 8 16 32 64 128 255>;
15 default-brightness-level = <7>;
16 power-supply = <&reg_12v>;
17 enable-gpios = <&expander2 2 GPIO_ACTIVE_HIGH>;
22 compatible = "pwm-beeper";
24 beeper-hz = <4000>;
25 amp-supply = <&reg_vcc_3v3>;
29 stdout-path = &uart3;
32 clk_xtal25: clk-xtal25 {
33 compatible = "fixed-clock";
34 #clock-cells = <0>;
35 clock-frequency = <25000000>;
38 gpio-keys {
39 compatible = "gpio-keys";
40 pinctrl-names = "default";
41 pinctrl-0 = <&pinctrl_gpiobutton>;
44 switch-1 {
47 gpios = <&gpio1 5 GPIO_ACTIVE_LOW>;
48 wakeup-source;
51 btn2: switch-2 {
55 wakeup-source;
58 switch-3 {
61 gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
62 wakeup-source;
66 gpio_leds: gpio-leds {
67 compatible = "gpio-leds";
68 pinctrl-names = "default";
69 pinctrl-0 = <&pinctrl_gpioled>;
73 gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
74 linux,default-trigger = "default-on";
80 linux,default-trigger = "heartbeat";
84 gpio_delays: gpio-delays {
85 compatible = "gpio-delay";
86 #gpio-cells = <3>;
87 gpio-controller;
89 gpio-line-names = "LVDS_BRIDGE_EN_1V8";
92 panel: panel-lvds {
98 power-supply = <&reg_vcc_3v3>;
103 data-lanes = <1 2 3 4>;
104 remote-endpoint = <&lvds_bridge_out>;
109 reg_12v: regulator-12v {
110 compatible = "regulator-fixed";
111 regulator-name = "MBA8MX_12V";
112 regulator-min-microvolt = <12000000>;
113 regulator-max-microvolt = <12000000>;
114 regulator-always-on;
117 reg_hub_vbus: regulator-hub-vbus {
118 compatible = "regulator-fixed";
119 regulator-name = "MBA8MX_HUB_VBUS";
120 regulator-min-microvolt = <5000000>;
121 regulator-max-microvolt = <5000000>;
124 reg_sn65dsi83_1v8: regulator-sn65dsi83-1v8 {
125 compatible = "regulator-fixed";
126 regulator-name = "SN65DSI83_1V8";
127 regulator-min-microvolt = <1800000>;
128 regulator-max-microvolt = <1800000>;
130 enable-active-high;
133 reg_vcc_3v3: regulator-3v3 {
134 compatible = "regulator-fixed";
135 regulator-name = "MBA8MX_3V3";
136 regulator-min-microvolt = <3300000>;
137 regulator-max-microvolt = <3300000>;
141 compatible = "fsl,imx-audio-tlv320aic32x4";
142 model = "imx-audio-tlv320aic32x4";
143 ssi-controller = <&sai3>;
144 audio-codec = <&tlv320aic3x04>;
149 pinctrl-names = "default";
150 pinctrl-0 = <&pinctrl_ecspi1>;
151 cs-gpios = <&gpio5 9 GPIO_ACTIVE_LOW>;
156 pinctrl-names = "default";
157 pinctrl-0 = <&pinctrl_ecspi2>;
158 cs-gpios = <&gpio5 13 GPIO_ACTIVE_LOW>;
163 pinctrl-names = "default";
164 pinctrl-0 = <&pinctrl_fec1>;
165 phy-mode = "rgmii-id";
166 phy-handle = <&ethphy0>;
167 phy-supply = <&reg_vcc_3v3>;
168 fsl,magic-packet;
169 mac-address = [ 00 00 00 00 00 00 ];
173 #address-cells = <1>;
174 #size-cells = <0>;
176 ethphy0: ethernet-phy@e {
177 compatible = "ethernet-phy-ieee802.3-c22";
179 ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_50_NS>;
180 ti,tx-internal-delay = <DP83867_RGMIIDCTL_2_50_NS>;
181 ti,fifo-depth = <DP83867_PHYCR_FIFO_DEPTH_4_B_NIB>;
182 ti,dp83867-rxctrl-strap-quirk;
183 ti,clk-output-sel = <DP83867_CLK_O_SEL_OFF>;
184 enet-phy-lane-no-swap;
185 reset-gpios = <&expander2 7 GPIO_ACTIVE_LOW>;
186 reset-assert-us = <500000>;
187 reset-deassert-us = <500>;
188 interrupt-parent = <&expander2>;
198 gpio-controller;
199 #gpio-cells = <2>;
200 vcc-supply = <&reg_vcc_3v3>;
201 interrupt-parent = <&gpio1>;
203 interrupt-controller;
204 #interrupt-cells = <2>;
205 gpio-line-names = "", "", "", "",
210 sd-mux-oe-hog {
211 gpio-hog;
213 output-low;
214 line-name = "SD_MUX_EN#";
217 boot-cfg-oe-hog {
218 gpio-hog;
220 output-high;
221 line-name = "BOOT_CFG_OE#";
224 rst_usb_hub_hog: rst-usb-hub-hog {
225 gpio-hog;
227 output-high;
228 line-name = "RST_USB_HUB#";
235 gpio-controller;
236 #gpio-cells = <2>;
237 vcc-supply = <&reg_vcc_3v3>;
242 pinctrl-names = "default", "gpio";
243 pinctrl-0 = <&pinctrl_i2c2>;
244 pinctrl-1 = <&pinctrl_i2c2_gpio>;
245 scl-gpios = <&gpio5 16 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
246 sda-gpios = <&gpio5 17 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
249 tlv320aic3x04: audio-codec@18 {
252 reset-gpios = <&expander2 0 GPIO_ACTIVE_LOW>;
253 iov-supply = <&reg_vcc_3v3>;
254 ldoin-supply = <&reg_vcc_3v3>;
257 sensor1: temperator-sensor@1f {
258 compatible = "nxp,se97b", "jedec,jc-42.4-temp";
271 vcc-supply = <&reg_vcc_3v3>;
278 #clock-cells = <1>;
283 pinctrl-names = "default", "gpio";
284 pinctrl-0 = <&pinctrl_i2c3>;
285 pinctrl-1 = <&pinctrl_i2c3_gpio>;
286 scl-gpios = <&gpio5 18 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
287 sda-gpios = <&gpio5 19 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
293 enable-gpios = <&gpio_delays 0 130000 0>;
294 vcc-supply = <&reg_sn65dsi83_1v8>;
298 #address-cells = <1>;
299 #size-cells = <0>;
305 data-lanes = <1 2 3 4>;
306 remote-endpoint = <&mipi_dsi_out>;
314 remote-endpoint = <&panel_in_lvds>;
322 samsung,burst-clock-frequency = <891000000>;
323 samsung,esc-clock-frequency = <20000000>;
327 data-lanes = <1 2 3 4>;
328 remote-endpoint = <&lvds_bridge_in>;
332 pinctrl-names = "default";
333 pinctrl-0 = <&pinctrl_pwm3>;
338 pinctrl-names = "default";
339 pinctrl-0 = <&pinctrl_pwm4>;
344 pinctrl-names = "default";
345 pinctrl-0 = <&pinctrl_sai3>;
346 #sound-dai-cells = <0>;
347 assigned-clock-rates = <49152000>;
356 pinctrl-names = "default";
357 pinctrl-0 = <&pinctrl_uart1>;
362 pinctrl-names = "default";
363 pinctrl-0 = <&pinctrl_uart2>;
369 pinctrl-names = "default";
370 pinctrl-0 = <&pinctrl_uart3>;
375 pinctrl-names = "default", "state_100mhz", "state_200mhz";
376 pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>;
377 pinctrl-1 = <&pinctrl_usdhc2_100mhz>, <&pinctrl_usdhc2_gpio>;
378 pinctrl-2 = <&pinctrl_usdhc2_200mhz>, <&pinctrl_usdhc2_gpio>;
379 bus-width = <4>;
380 cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
381 disable-wp;
382 no-mmc;
383 no-sdio;
384 vmmc-supply = <&reg_usdhc2_vmmc>;