Lines Matching +full:scl +full:- +full:gpios
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>
63 stdout-path = "serial0:115200n8";
77 #address-cells = <1>;
78 #size-cells = <1>;
82 compatible = "gpio-keys";
84 pinctrl-0 = <&keyboard_pins>;
85 pinctrl-names = "default";
87 key-1 {
88 gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
90 label = "SW2-1";
91 wakeup-source;
92 debounce-interval = <20>;
94 key-2 {
95 gpios = <&gpio5 1 GPIO_ACTIVE_LOW>;
97 label = "SW2-2";
98 wakeup-source;
99 debounce-interval = <20>;
101 key-3 {
102 gpios = <&gpio5 2 GPIO_ACTIVE_LOW>;
104 label = "SW2-3";
105 wakeup-source;
106 debounce-interval = <20>;
108 key-4 {
109 gpios = <&gpio5 3 GPIO_ACTIVE_LOW>;
111 label = "SW2-4";
112 wakeup-source;
113 debounce-interval = <20>;
115 key-a {
116 gpios = <&gpio7 0 GPIO_ACTIVE_LOW>;
119 wakeup-source;
120 debounce-interval = <20>;
122 key-b {
123 gpios = <&gpio7 1 GPIO_ACTIVE_LOW>;
126 wakeup-source;
127 debounce-interval = <20>;
129 key-c {
130 gpios = <&gpio7 2 GPIO_ACTIVE_LOW>;
133 wakeup-source;
134 debounce-interval = <20>;
136 key-d {
137 gpios = <&gpio7 3 GPIO_ACTIVE_LOW>;
140 wakeup-source;
141 debounce-interval = <20>;
143 key-e {
144 gpios = <&gpio7 4 GPIO_ACTIVE_LOW>;
147 wakeup-source;
148 debounce-interval = <20>;
150 key-f {
151 gpios = <&gpio7 5 GPIO_ACTIVE_LOW>;
154 wakeup-source;
155 debounce-interval = <20>;
157 key-g {
158 gpios = <&gpio7 6 GPIO_ACTIVE_LOW>;
161 wakeup-source;
162 debounce-interval = <20>;
167 compatible = "gpio-leds";
169 gpios = <&gpio2 19 GPIO_ACTIVE_HIGH>;
173 gpios = <&gpio2 20 GPIO_ACTIVE_HIGH>;
177 gpios = <&gpio2 21 GPIO_ACTIVE_HIGH>;
182 vcc_sdhi0: regulator-vcc-sdhi0 {
183 compatible = "regulator-fixed";
185 regulator-name = "SDHI0 Vcc";
186 regulator-min-microvolt = <3300000>;
187 regulator-max-microvolt = <3300000>;
190 enable-active-high;
193 vccq_sdhi0: regulator-vccq-sdhi0 {
194 compatible = "regulator-gpio";
196 regulator-name = "SDHI0 VccQ";
197 regulator-min-microvolt = <1800000>;
198 regulator-max-microvolt = <3300000>;
200 gpios = <&gpio2 12 GPIO_ACTIVE_HIGH>;
201 gpios-states = <1>;
205 vcc_sdhi1: regulator-vcc-sdhi1 {
206 compatible = "regulator-fixed";
208 regulator-name = "SDHI1 Vcc";
209 regulator-min-microvolt = <3300000>;
210 regulator-max-microvolt = <3300000>;
213 enable-active-high;
216 vccq_sdhi1: regulator-vccq-sdhi1 {
217 compatible = "regulator-gpio";
219 regulator-name = "SDHI1 VccQ";
220 regulator-min-microvolt = <1800000>;
221 regulator-max-microvolt = <3300000>;
223 gpios = <&gpio2 13 GPIO_ACTIVE_HIGH>;
224 gpios-states = <1>;
228 vcc_sdhi2: regulator-vcc-sdhi2 {
229 compatible = "regulator-fixed";
231 regulator-name = "SDHI2 Vcc";
232 regulator-min-microvolt = <3300000>;
233 regulator-max-microvolt = <3300000>;
236 enable-active-high;
239 vccq_sdhi2: regulator-vccq-sdhi2 {
240 compatible = "regulator-gpio";
242 regulator-name = "SDHI2 VccQ";
243 regulator-min-microvolt = <1800000>;
244 regulator-max-microvolt = <3300000>;
246 gpios = <&gpio2 26 GPIO_ACTIVE_HIGH>;
247 gpios-states = <1>;
252 compatible = "fixed-clock";
253 #clock-cells = <0>;
254 clock-frequency = <11289600>;
258 compatible = "simple-audio-card";
260 simple-audio-card,format = "left_j";
261 simple-audio-card,bitclock-master = <&sndcodec>;
262 simple-audio-card,frame-master = <&sndcodec>;
264 sndcpu: simple-audio-card,cpu {
265 sound-dai = <&rcar_sound>;
268 sndcodec: simple-audio-card,codec {
269 sound-dai = <&ak4643>;
274 hdmi-in {
275 compatible = "hdmi-connector";
280 remote-endpoint = <&adv7612_in>;
285 cec_clock: cec-clock {
286 compatible = "fixed-clock";
287 #clock-cells = <0>;
288 clock-frequency = <12000000>;
291 hdmi-out {
292 compatible = "hdmi-connector";
297 remote-endpoint = <&adv7511_out>;
302 x2_clk: x2-clock {
303 compatible = "fixed-clock";
304 #clock-cells = <0>;
305 clock-frequency = <74250000>;
308 x13_clk: x13-clock {
309 compatible = "fixed-clock";
310 #clock-cells = <0>;
311 clock-frequency = <148500000>;
314 gpioi2c1: i2c-9 {
315 #address-cells = <1>;
316 #size-cells = <0>;
317 compatible = "i2c-gpio";
319 scl-gpios = <&gpio7 15 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
320 sda-gpios = <&gpio7 16 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
321 i2c-gpio,delay-us = <5>;
324 gpioi2c2: i2c-10 {
325 #address-cells = <1>;
326 #size-cells = <0>;
327 compatible = "i2c-gpio";
329 scl-gpios = <&gpio2 6 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
330 sda-gpios = <&gpio2 7 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
331 i2c-gpio,delay-us = <5>;
334 gpioi2c4: i2c-11 {
335 #address-cells = <1>;
336 #size-cells = <0>;
337 compatible = "i2c-gpio";
339 scl-gpios = <&gpio7 13 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
340 sda-gpios = <&gpio7 14 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
341 i2c-gpio,delay-us = <5>;
345 * I2C1 is routed to EXIO connector B, pins 64 (SCL) + 66 (SDA).
348 i2cexio1: i2c-12 {
349 compatible = "i2c-demux-pinctrl";
350 i2c-parent = <&i2c1>, <&gpioi2c1>;
351 i2c-bus-name = "i2c-exio1";
352 #address-cells = <1>;
353 #size-cells = <0>;
359 i2chdmi: i2c-13 {
360 compatible = "i2c-demux-pinctrl";
361 i2c-parent = <&i2c2>, <&gpioi2c2>;
362 i2c-bus-name = "i2c-hdmi";
363 #address-cells = <1>;
364 #size-cells = <0>;
367 compatible = "asahi-kasei,ak4643";
368 #sound-dai-cells = <0>;
372 composite-in@20 {
378 bus-width = <8>;
379 remote-endpoint = <&vin1ep>;
387 interrupt-parent = <&gpio3>;
390 clock-names = "cec";
392 adi,input-depth = <8>;
393 adi,input-colorspace = "rgb";
394 adi,input-clock = "1x";
397 #address-cells = <1>;
398 #size-cells = <0>;
403 remote-endpoint = <&du_out_rgb>;
410 remote-endpoint = <&hdmi_con_out>;
416 hdmi-in@4c {
419 interrupt-parent = <&gpio4>;
421 default-input = <0>;
424 #address-cells = <1>;
425 #size-cells = <0>;
430 remote-endpoint = <&hdmi_con_in>;
437 remote-endpoint = <&vin0ep2>;
451 * I2C4 is routed to EXIO connector E, pins 37 (SCL) + 39 (SDA).
454 i2cexio4: i2c-14 {
455 compatible = "i2c-demux-pinctrl";
456 i2c-parent = <&i2c4>, <&gpioi2c4>;
457 i2c-bus-name = "i2c-exio4";
458 #address-cells = <1>;
459 #size-cells = <0>;
464 pinctrl-0 = <&du_pins>;
465 pinctrl-names = "default";
470 clock-names = "du.0", "du.1", "dclkin.0", "dclkin.1";
475 remote-endpoint = <&adv7511_in>;
491 clock-frequency = <20000000>;
495 pinctrl-0 = <&scif_clk_pins>;
496 pinctrl-names = "default";
551 power-source = <3300>;
557 power-source = <1800>;
563 power-source = <3300>;
569 power-source = <1800>;
575 power-source = <3300>;
581 power-source = <1800>;
627 bias-pull-up;
632 pinctrl-0 = <ðer_pins>, <&phy1_pins>;
633 pinctrl-names = "default";
635 phy-handle = <&phy1>;
636 renesas,ether-link-active-low;
639 phy1: ethernet-phy@1 {
641 interrupt-parent = <&irqc0>;
643 micrel,led-mode = <1>;
644 reset-gpios = <&gpio5 22 GPIO_ACTIVE_LOW>;
653 timeout-sec = <60>;
662 pinctrl-0 = <&scif0_pins>;
663 pinctrl-names = "default";
669 pinctrl-0 = <&scif1_pins>;
670 pinctrl-names = "default";
676 clock-frequency = <14745600>;
680 pinctrl-0 = <&sdhi0_pins>;
681 pinctrl-1 = <&sdhi0_pins_uhs>;
682 pinctrl-names = "default", "state_uhs";
684 vmmc-supply = <&vcc_sdhi0>;
685 vqmmc-supply = <&vccq_sdhi0>;
686 cd-gpios = <&gpio6 6 GPIO_ACTIVE_LOW>;
687 wp-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>;
688 sd-uhs-sdr50;
689 sd-uhs-sdr104;
694 pinctrl-0 = <&sdhi1_pins>;
695 pinctrl-1 = <&sdhi1_pins_uhs>;
696 pinctrl-names = "default", "state_uhs";
698 vmmc-supply = <&vcc_sdhi1>;
699 vqmmc-supply = <&vccq_sdhi1>;
700 cd-gpios = <&gpio6 14 GPIO_ACTIVE_LOW>;
701 wp-gpios = <&gpio6 15 GPIO_ACTIVE_HIGH>;
702 sd-uhs-sdr50;
707 pinctrl-0 = <&sdhi2_pins>;
708 pinctrl-1 = <&sdhi2_pins_uhs>;
709 pinctrl-names = "default", "state_uhs";
711 vmmc-supply = <&vcc_sdhi2>;
712 vqmmc-supply = <&vccq_sdhi2>;
713 cd-gpios = <&gpio6 22 GPIO_ACTIVE_LOW>;
714 sd-uhs-sdr50;
719 pinctrl-0 = <&qspi_pins>;
720 pinctrl-names = "default";
725 compatible = "spansion,s25fl512s", "jedec,spi-nor";
727 spi-max-frequency = <30000000>;
728 spi-tx-bus-width = <4>;
729 spi-rx-bus-width = <4>;
730 spi-cpha;
731 spi-cpol;
732 m25p,fast-read;
735 compatible = "fixed-partitions";
736 #address-cells = <1>;
737 #size-cells = <1>;
742 read-only;
747 read-only;
758 pinctrl-0 = <&msiof0_pins>;
759 pinctrl-names = "default";
766 spi-max-frequency = <6000000>;
767 spi-cpol;
768 spi-cpha;
773 pinctrl-0 = <&i2c1_pins>;
774 pinctrl-names = "i2c-exio1";
778 pinctrl-0 = <&i2c2_pins>;
779 pinctrl-names = "i2c-hdmi";
781 clock-frequency = <100000>;
785 pinctrl-0 = <&i2c4_pins>;
786 pinctrl-names = "i2c-exio4";
790 pinctrl-names = "default";
791 pinctrl-0 = <&pmic_irq_pins>;
793 clock-frequency = <100000>;
798 interrupt-parent = <&irqc0>;
800 interrupt-controller;
803 compatible = "dlg,da9063-rtc";
807 compatible = "dlg,da9063-watchdog";
814 interrupt-parent = <&irqc0>;
817 regulator-min-microvolt = <1000000>;
818 regulator-max-microvolt = <1000000>;
819 regulator-boot-on;
820 regulator-always-on;
826 pinctrl-0 = <&usb0_pins>;
827 pinctrl-names = "default";
832 pinctrl-0 = <&usb1_pins>;
833 pinctrl-names = "default";
838 pinctrl-0 = <&usb0_pins>;
839 pinctrl-names = "default";
840 renesas,enable-gpio = <&gpio5 31 GPIO_ACTIVE_HIGH>;
848 clock-frequency = <100000000>;
856 cpu0-supply = <&vdd_dvfs>;
862 pinctrl-0 = <&vin0_pins>;
863 pinctrl-names = "default";
867 remote-endpoint = <&adv7612_out>;
868 bus-width = <24>;
869 hsync-active = <0>;
870 vsync-active = <0>;
871 pclk-sample = <1>;
872 data-active = <1>;
880 pinctrl-0 = <&vin1_pins>;
881 pinctrl-names = "default";
885 remote-endpoint = <&adv7180>;
886 bus-width = <8>;
892 pinctrl-0 = <&sound_pins>, <&sound_clk_pins>;
893 pinctrl-names = "default";
896 #sound-dai-cells = <0>;
909 shared-pin;