Lines Matching +full:gpios +full:- +full:states
1 // SPDX-License-Identifier: GPL-2.0
6 * Copyright (C) 2013-2014 Renesas Solutions Corp.
11 * SSI-AK4643
38 /dts-v1/;
40 #include <dt-bindings/gpio/gpio.h>
41 #include <dt-bindings/input/input.h>
60 stdout-path = "serial0:115200n8";
74 #address-cells = <1>;
75 #size-cells = <1>;
79 compatible = "gpio-keys";
81 key-1 {
82 gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
84 label = "SW2-1";
85 wakeup-source;
86 debounce-interval = <20>;
88 key-2 {
89 gpios = <&gpio5 1 GPIO_ACTIVE_LOW>;
91 label = "SW2-2";
92 wakeup-source;
93 debounce-interval = <20>;
95 key-3 {
96 gpios = <&gpio5 2 GPIO_ACTIVE_LOW>;
98 label = "SW2-3";
99 wakeup-source;
100 debounce-interval = <20>;
102 key-4 {
103 gpios = <&gpio5 3 GPIO_ACTIVE_LOW>;
105 label = "SW2-4";
106 wakeup-source;
107 debounce-interval = <20>;
109 key-a {
110 gpios = <&gpio7 0 GPIO_ACTIVE_LOW>;
113 wakeup-source;
114 debounce-interval = <20>;
116 key-b {
117 gpios = <&gpio7 1 GPIO_ACTIVE_LOW>;
120 wakeup-source;
121 debounce-interval = <20>;
123 key-c {
124 gpios = <&gpio7 2 GPIO_ACTIVE_LOW>;
127 wakeup-source;
128 debounce-interval = <20>;
130 key-d {
131 gpios = <&gpio7 3 GPIO_ACTIVE_LOW>;
134 wakeup-source;
135 debounce-interval = <20>;
137 key-e {
138 gpios = <&gpio7 4 GPIO_ACTIVE_LOW>;
141 wakeup-source;
142 debounce-interval = <20>;
144 key-f {
145 gpios = <&gpio7 5 GPIO_ACTIVE_LOW>;
148 wakeup-source;
149 debounce-interval = <20>;
151 key-g {
152 gpios = <&gpio7 6 GPIO_ACTIVE_LOW>;
155 wakeup-source;
156 debounce-interval = <20>;
161 compatible = "gpio-leds";
163 gpios = <&gpio2 19 GPIO_ACTIVE_HIGH>;
167 gpios = <&gpio2 20 GPIO_ACTIVE_HIGH>;
171 gpios = <&gpio2 21 GPIO_ACTIVE_HIGH>;
176 vcc_sdhi0: regulator-vcc-sdhi0 {
177 compatible = "regulator-fixed";
179 regulator-name = "SDHI0 Vcc";
180 regulator-min-microvolt = <3300000>;
181 regulator-max-microvolt = <3300000>;
184 enable-active-high;
187 vccq_sdhi0: regulator-vccq-sdhi0 {
188 compatible = "regulator-gpio";
190 regulator-name = "SDHI0 VccQ";
191 regulator-min-microvolt = <1800000>;
192 regulator-max-microvolt = <3300000>;
194 gpios = <&gpio2 12 GPIO_ACTIVE_HIGH>;
195 gpios-states = <1>;
196 states = <3300000 1>, <1800000 0>;
199 vcc_sdhi1: regulator-vcc-sdhi1 {
200 compatible = "regulator-fixed";
202 regulator-name = "SDHI1 Vcc";
203 regulator-min-microvolt = <3300000>;
204 regulator-max-microvolt = <3300000>;
207 enable-active-high;
210 vccq_sdhi1: regulator-vccq-sdhi1 {
211 compatible = "regulator-gpio";
213 regulator-name = "SDHI1 VccQ";
214 regulator-min-microvolt = <1800000>;
215 regulator-max-microvolt = <3300000>;
217 gpios = <&gpio2 13 GPIO_ACTIVE_HIGH>;
218 gpios-states = <1>;
219 states = <3300000 1>, <1800000 0>;
222 vcc_sdhi2: regulator-vcc-sdhi2 {
223 compatible = "regulator-fixed";
225 regulator-name = "SDHI2 Vcc";
226 regulator-min-microvolt = <3300000>;
227 regulator-max-microvolt = <3300000>;
230 enable-active-high;
233 vccq_sdhi2: regulator-vccq-sdhi2 {
234 compatible = "regulator-gpio";
236 regulator-name = "SDHI2 VccQ";
237 regulator-min-microvolt = <1800000>;
238 regulator-max-microvolt = <3300000>;
240 gpios = <&gpio2 26 GPIO_ACTIVE_HIGH>;
241 gpios-states = <1>;
242 states = <3300000 1>, <1800000 0>;
246 compatible = "fixed-clock";
247 #clock-cells = <0>;
248 clock-frequency = <11289600>;
252 compatible = "simple-audio-card";
254 simple-audio-card,format = "left_j";
255 simple-audio-card,bitclock-master = <&sndcodec>;
256 simple-audio-card,frame-master = <&sndcodec>;
258 sndcpu: simple-audio-card,cpu {
259 sound-dai = <&rcar_sound>;
262 sndcodec: simple-audio-card,codec {
263 sound-dai = <&ak4643>;
268 hdmi-in {
269 compatible = "hdmi-connector";
274 remote-endpoint = <&adv7612_in>;
279 cec_clock: cec-clock {
280 compatible = "fixed-clock";
281 #clock-cells = <0>;
282 clock-frequency = <12000000>;
285 hdmi-out {
286 compatible = "hdmi-connector";
291 remote-endpoint = <&adv7511_out>;
296 x2_clk: x2-clock {
297 compatible = "fixed-clock";
298 #clock-cells = <0>;
299 clock-frequency = <74250000>;
302 x13_clk: x13-clock {
303 compatible = "fixed-clock";
304 #clock-cells = <0>;
305 clock-frequency = <148500000>;
308 gpioi2c1: i2c-9 {
309 #address-cells = <1>;
310 #size-cells = <0>;
311 compatible = "i2c-gpio";
313 scl-gpios = <&gpio7 15 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
314 sda-gpios = <&gpio7 16 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
315 i2c-gpio,delay-us = <5>;
318 gpioi2c2: i2c-10 {
319 #address-cells = <1>;
320 #size-cells = <0>;
321 compatible = "i2c-gpio";
323 scl-gpios = <&gpio2 6 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
324 sda-gpios = <&gpio2 7 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
325 i2c-gpio,delay-us = <5>;
328 gpioi2c4: i2c-11 {
329 #address-cells = <1>;
330 #size-cells = <0>;
331 compatible = "i2c-gpio";
333 scl-gpios = <&gpio7 13 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
334 sda-gpios = <&gpio7 14 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
335 i2c-gpio,delay-us = <5>;
342 i2cexio1: i2c-12 {
343 compatible = "i2c-demux-pinctrl";
344 i2c-parent = <&i2c1>, <&gpioi2c1>;
345 i2c-bus-name = "i2c-exio1";
346 #address-cells = <1>;
347 #size-cells = <0>;
353 i2chdmi: i2c-13 {
354 compatible = "i2c-demux-pinctrl";
355 i2c-parent = <&i2c2>, <&gpioi2c2>;
356 i2c-bus-name = "i2c-hdmi";
357 #address-cells = <1>;
358 #size-cells = <0>;
361 compatible = "asahi-kasei,ak4643";
362 #sound-dai-cells = <0>;
366 composite-in@20 {
372 bus-width = <8>;
373 remote-endpoint = <&vin1ep>;
381 interrupt-parent = <&gpio3>;
384 clock-names = "cec";
386 adi,input-depth = <8>;
387 adi,input-colorspace = "rgb";
388 adi,input-clock = "1x";
391 #address-cells = <1>;
392 #size-cells = <0>;
397 remote-endpoint = <&du_out_rgb>;
404 remote-endpoint = <&hdmi_con_out>;
410 hdmi-in@4c {
413 interrupt-parent = <&gpio4>;
415 default-input = <0>;
418 #address-cells = <1>;
419 #size-cells = <0>;
424 remote-endpoint = <&hdmi_con_in>;
431 remote-endpoint = <&vin0ep2>;
448 i2cexio4: i2c-14 {
449 compatible = "i2c-demux-pinctrl";
450 i2c-parent = <&i2c4>, <&gpioi2c4>;
451 i2c-bus-name = "i2c-exio4";
452 #address-cells = <1>;
453 #size-cells = <0>;
458 pinctrl-0 = <&du_pins>;
459 pinctrl-names = "default";
464 clock-names = "du.0", "du.1", "dclkin.0", "dclkin.1";
469 remote-endpoint = <&adv7511_in>;
485 clock-frequency = <20000000>;
489 pinctrl-0 = <&scif_clk_pins>;
490 pinctrl-names = "default";
545 power-source = <3300>;
551 power-source = <1800>;
557 power-source = <3300>;
563 power-source = <1800>;
569 power-source = <3300>;
575 power-source = <1800>;
621 pinctrl-0 = <ðer_pins &phy1_pins>;
622 pinctrl-names = "default";
624 phy-handle = <&phy1>;
625 renesas,ether-link-active-low;
628 phy1: ethernet-phy@1 {
630 interrupt-parent = <&irqc0>;
632 micrel,led-mode = <1>;
633 reset-gpios = <&gpio5 22 GPIO_ACTIVE_LOW>;
642 timeout-sec = <60>;
651 pinctrl-0 = <&scif0_pins>;
652 pinctrl-names = "default";
658 pinctrl-0 = <&scif1_pins>;
659 pinctrl-names = "default";
665 clock-frequency = <14745600>;
669 pinctrl-0 = <&sdhi0_pins>;
670 pinctrl-1 = <&sdhi0_pins_uhs>;
671 pinctrl-names = "default", "state_uhs";
673 vmmc-supply = <&vcc_sdhi0>;
674 vqmmc-supply = <&vccq_sdhi0>;
675 cd-gpios = <&gpio6 6 GPIO_ACTIVE_LOW>;
676 wp-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>;
677 sd-uhs-sdr50;
678 sd-uhs-sdr104;
683 pinctrl-0 = <&sdhi1_pins>;
684 pinctrl-1 = <&sdhi1_pins_uhs>;
685 pinctrl-names = "default", "state_uhs";
687 vmmc-supply = <&vcc_sdhi1>;
688 vqmmc-supply = <&vccq_sdhi1>;
689 cd-gpios = <&gpio6 14 GPIO_ACTIVE_LOW>;
690 wp-gpios = <&gpio6 15 GPIO_ACTIVE_HIGH>;
691 sd-uhs-sdr50;
696 pinctrl-0 = <&sdhi2_pins>;
697 pinctrl-1 = <&sdhi2_pins_uhs>;
698 pinctrl-names = "default", "state_uhs";
700 vmmc-supply = <&vcc_sdhi2>;
701 vqmmc-supply = <&vccq_sdhi2>;
702 cd-gpios = <&gpio6 22 GPIO_ACTIVE_LOW>;
703 sd-uhs-sdr50;
708 pinctrl-0 = <&qspi_pins>;
709 pinctrl-names = "default";
714 compatible = "spansion,s25fl512s", "jedec,spi-nor";
716 spi-max-frequency = <30000000>;
717 spi-tx-bus-width = <4>;
718 spi-rx-bus-width = <4>;
719 spi-cpha;
720 spi-cpol;
721 m25p,fast-read;
724 compatible = "fixed-partitions";
725 #address-cells = <1>;
726 #size-cells = <1>;
731 read-only;
736 read-only;
747 pinctrl-0 = <&msiof0_pins>;
748 pinctrl-names = "default";
755 spi-max-frequency = <6000000>;
756 spi-cpol;
757 spi-cpha;
762 pinctrl-0 = <&i2c1_pins>;
763 pinctrl-names = "i2c-exio1";
767 pinctrl-0 = <&i2c2_pins>;
768 pinctrl-names = "i2c-hdmi";
770 clock-frequency = <100000>;
774 pinctrl-0 = <&i2c4_pins>;
775 pinctrl-names = "i2c-exio4";
779 pinctrl-names = "default";
780 pinctrl-0 = <&pmic_irq_pins>;
782 clock-frequency = <100000>;
787 interrupt-parent = <&irqc0>;
789 interrupt-controller;
792 compatible = "dlg,da9063-rtc";
796 compatible = "dlg,da9063-watchdog";
803 interrupt-parent = <&irqc0>;
806 regulator-min-microvolt = <1000000>;
807 regulator-max-microvolt = <1000000>;
808 regulator-boot-on;
809 regulator-always-on;
815 pinctrl-0 = <&usb0_pins>;
816 pinctrl-names = "default";
821 pinctrl-0 = <&usb1_pins>;
822 pinctrl-names = "default";
827 pinctrl-0 = <&usb0_pins>;
828 pinctrl-names = "default";
829 renesas,enable-gpio = <&gpio5 31 GPIO_ACTIVE_HIGH>;
837 clock-frequency = <100000000>;
845 cpu0-supply = <&vdd_dvfs>;
851 pinctrl-0 = <&vin0_pins>;
852 pinctrl-names = "default";
856 remote-endpoint = <&adv7612_out>;
857 bus-width = <24>;
858 hsync-active = <0>;
859 vsync-active = <0>;
860 pclk-sample = <1>;
861 data-active = <1>;
869 pinctrl-0 = <&vin1_pins>;
870 pinctrl-names = "default";
874 remote-endpoint = <&adv7180>;
875 bus-width = <8>;
881 pinctrl-0 = <&sound_pins &sound_clk_pins>;
882 pinctrl-names = "default";
885 #sound-dai-cells = <0>;
898 shared-pin;