Lines Matching +full:vin1 +full:- +full:supply

1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2014-2015 Renesas Electronics Corporation
9 * SSI-AK4643
36 /dts-v1/;
38 #include <dt-bindings/gpio/gpio.h>
39 #include <dt-bindings/input/input.h>
59 stdout-path = "serial0:115200n8";
68 compatible = "gpio-keys";
70 pinctrl-0 = <&keyboard_pins>;
71 pinctrl-names = "default";
73 key-1 {
76 label = "SW2-1";
77 wakeup-source;
78 debounce-interval = <20>;
80 key-2 {
83 label = "SW2-2";
84 wakeup-source;
85 debounce-interval = <20>;
87 key-3 {
90 label = "SW2-3";
91 wakeup-source;
92 debounce-interval = <20>;
94 key-4 {
97 label = "SW2-4";
98 wakeup-source;
99 debounce-interval = <20>;
101 key-a {
105 wakeup-source;
106 debounce-interval = <20>;
108 key-b {
112 wakeup-source;
113 debounce-interval = <20>;
115 key-c {
119 wakeup-source;
120 debounce-interval = <20>;
122 key-d {
126 wakeup-source;
127 debounce-interval = <20>;
129 key-e {
133 wakeup-source;
134 debounce-interval = <20>;
136 key-f {
140 wakeup-source;
141 debounce-interval = <20>;
143 key-g {
147 wakeup-source;
148 debounce-interval = <20>;
153 compatible = "gpio-leds";
168 reg_1p8v: regulator-1v8 {
169 compatible = "regulator-fixed";
170 regulator-name = "fixed-1.8V";
171 regulator-min-microvolt = <1800000>;
172 regulator-max-microvolt = <1800000>;
173 regulator-boot-on;
174 regulator-always-on;
177 reg_3p3v: regulator-3v3 {
178 compatible = "regulator-fixed";
179 regulator-name = "fixed-3.3V";
180 regulator-min-microvolt = <3300000>;
181 regulator-max-microvolt = <3300000>;
182 regulator-boot-on;
183 regulator-always-on;
186 vcc_sdhi0: regulator-vcc-sdhi0 {
187 compatible = "regulator-fixed";
189 regulator-name = "SDHI0 Vcc";
190 regulator-min-microvolt = <3300000>;
191 regulator-max-microvolt = <3300000>;
194 enable-active-high;
197 vccq_sdhi0: regulator-vccq-sdhi0 {
198 compatible = "regulator-gpio";
200 regulator-name = "SDHI0 VccQ";
201 regulator-min-microvolt = <1800000>;
202 regulator-max-microvolt = <3300000>;
205 gpios-states = <1>;
209 vcc_sdhi1: regulator-vcc-sdhi1 {
210 compatible = "regulator-fixed";
212 regulator-name = "SDHI1 Vcc";
213 regulator-min-microvolt = <3300000>;
214 regulator-max-microvolt = <3300000>;
217 enable-active-high;
220 vccq_sdhi1: regulator-vccq-sdhi1 {
221 compatible = "regulator-gpio";
223 regulator-name = "SDHI1 VccQ";
224 regulator-min-microvolt = <1800000>;
225 regulator-max-microvolt = <3300000>;
228 gpios-states = <1>;
232 vcc_sdhi2: regulator-vcc-sdhi2 {
233 compatible = "regulator-fixed";
235 regulator-name = "SDHI2 Vcc";
236 regulator-min-microvolt = <3300000>;
237 regulator-max-microvolt = <3300000>;
240 enable-active-high;
243 vccq_sdhi2: regulator-vccq-sdhi2 {
244 compatible = "regulator-gpio";
246 regulator-name = "SDHI2 VccQ";
247 regulator-min-microvolt = <1800000>;
248 regulator-max-microvolt = <3300000>;
251 gpios-states = <1>;
256 compatible = "fixed-clock";
257 #clock-cells = <0>;
258 clock-frequency = <11289600>;
262 compatible = "simple-audio-card";
264 simple-audio-card,format = "left_j";
265 simple-audio-card,bitclock-master = <&sndcodec>;
266 simple-audio-card,frame-master = <&sndcodec>;
268 sndcpu: simple-audio-card,cpu {
269 sound-dai = <&rcar_sound>;
272 sndcodec: simple-audio-card,codec {
273 sound-dai = <&ak4643>;
278 hdmi-in {
279 compatible = "hdmi-connector";
284 remote-endpoint = <&adv7612_in>;
289 hdmi-out {
290 compatible = "hdmi-connector";
295 remote-endpoint = <&adv7511_out>;
300 composite-in {
301 compatible = "composite-video-connector";
305 remote-endpoint = <&adv7180_in>;
310 x2_clk: x2-clock {
311 compatible = "fixed-clock";
312 #clock-cells = <0>;
313 clock-frequency = <74250000>;
316 x13_clk: x13-clock {
317 compatible = "fixed-clock";
318 #clock-cells = <0>;
319 clock-frequency = <148500000>;
322 gpioi2c2: i2c-9 {
323 #address-cells = <1>;
324 #size-cells = <0>;
325 compatible = "i2c-gpio";
327 scl-gpios = <&gpio2 6 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
328 sda-gpios = <&gpio2 7 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
329 i2c-gpio,delay-us = <5>;
332 gpioi2c4: i2c-10 {
333 #address-cells = <1>;
334 #size-cells = <0>;
335 compatible = "i2c-gpio";
337 scl-gpios = <&gpio7 13 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
338 sda-gpios = <&gpio7 14 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
339 i2c-gpio,delay-us = <5>;
345 i2chdmi: i2c-mux1 {
346 compatible = "i2c-demux-pinctrl";
347 i2c-parent = <&i2c2>, <&gpioi2c2>;
348 i2c-bus-name = "i2c-hdmi";
349 #address-cells = <1>;
350 #size-cells = <0>;
353 compatible = "asahi-kasei,ak4643";
354 #sound-dai-cells = <0>;
358 composite-in@20 {
363 #address-cells = <1>;
364 #size-cells = <0>;
369 remote-endpoint = <&composite_con_in>;
376 bus-width = <8>;
377 remote-endpoint = <&vin1ep>;
386 interrupt-parent = <&gpio3>;
389 avdd-supply = <&reg_1p8v>;
390 dvdd-supply = <&reg_1p8v>;
391 pvdd-supply = <&reg_1p8v>;
392 dvdd-3v-supply = <&reg_3p3v>;
393 bgvdd-supply = <&reg_1p8v>;
395 adi,input-depth = <8>;
396 adi,input-colorspace = "rgb";
397 adi,input-clock = "1x";
400 #address-cells = <1>;
401 #size-cells = <0>;
406 remote-endpoint = <&du_out_rgb>;
413 remote-endpoint = <&hdmi_con_out>;
419 hdmi-in@4c {
422 interrupt-parent = <&gpio4>;
424 default-input = <0>;
427 #address-cells = <1>;
428 #size-cells = <0>;
433 remote-endpoint = <&hdmi_con_in>;
440 remote-endpoint = <&vin0ep2>;
457 i2cexio4: i2c-mux2 {
458 compatible = "i2c-demux-pinctrl";
459 i2c-parent = <&i2c4>, <&gpioi2c4>;
460 i2c-bus-name = "i2c-exio4";
461 #address-cells = <1>;
462 #size-cells = <0>;
467 pinctrl-0 = <&du_pins>;
468 pinctrl-names = "default";
473 clock-names = "du.0", "du.1", "dclkin.0", "dclkin.1";
478 remote-endpoint = <&adv7511_in>;
494 clock-frequency = <20000000>;
498 pinctrl-0 = <&scif_clk_pins>;
499 pinctrl-names = "default";
549 power-source = <3300>;
555 power-source = <1800>;
561 power-source = <3300>;
567 power-source = <1800>;
573 power-source = <3300>;
579 power-source = <1800>;
599 bias-pull-up;
607 vin1_pins: vin1 {
609 function = "vin1";
614 pinctrl-0 = <&ether_pins>, <&phy1_pins>;
615 pinctrl-names = "default";
617 phy-handle = <&phy1>;
618 renesas,ether-link-active-low;
621 phy1: ethernet-phy@1 {
622 compatible = "ethernet-phy-id0022.1537",
623 "ethernet-phy-ieee802.3-c22";
625 interrupt-parent = <&irqc0>;
627 micrel,led-mode = <1>;
628 reset-gpios = <&gpio5 22 GPIO_ACTIVE_LOW>;
637 cpu0-supply = <&vdd_dvfs>;
641 timeout-sec = <60>;
646 pinctrl-0 = <&scif0_pins>;
647 pinctrl-names = "default";
653 pinctrl-0 = <&scif1_pins>;
654 pinctrl-names = "default";
660 clock-frequency = <14745600>;
664 pinctrl-0 = <&sdhi0_pins>;
665 pinctrl-1 = <&sdhi0_pins_uhs>;
666 pinctrl-names = "default", "state_uhs";
668 vmmc-supply = <&vcc_sdhi0>;
669 vqmmc-supply = <&vccq_sdhi0>;
670 cd-gpios = <&gpio6 6 GPIO_ACTIVE_LOW>;
671 wp-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>;
672 sd-uhs-sdr50;
673 sd-uhs-sdr104;
678 pinctrl-0 = <&sdhi1_pins>;
679 pinctrl-1 = <&sdhi1_pins_uhs>;
680 pinctrl-names = "default", "state_uhs";
682 vmmc-supply = <&vcc_sdhi1>;
683 vqmmc-supply = <&vccq_sdhi1>;
684 cd-gpios = <&gpio6 14 GPIO_ACTIVE_LOW>;
685 wp-gpios = <&gpio6 15 GPIO_ACTIVE_HIGH>;
686 sd-uhs-sdr50;
691 pinctrl-0 = <&sdhi2_pins>;
692 pinctrl-1 = <&sdhi2_pins_uhs>;
693 pinctrl-names = "default", "state_uhs";
695 vmmc-supply = <&vcc_sdhi2>;
696 vqmmc-supply = <&vccq_sdhi2>;
697 cd-gpios = <&gpio6 22 GPIO_ACTIVE_LOW>;
698 sd-uhs-sdr50;
703 pinctrl-0 = <&qspi_pins>;
704 pinctrl-names = "default";
709 compatible = "spansion,s25fl512s", "jedec,spi-nor";
711 spi-max-frequency = <30000000>;
712 spi-tx-bus-width = <4>;
713 spi-rx-bus-width = <4>;
714 spi-cpol;
715 spi-cpha;
716 m25p,fast-read;
719 compatible = "fixed-partitions";
720 #address-cells = <1>;
721 #size-cells = <1>;
726 read-only;
731 read-only;
742 pinctrl-0 = <&i2c2_pins>;
743 pinctrl-names = "i2c-hdmi";
746 clock-frequency = <100000>;
751 pinctrl-names = "default";
752 pinctrl-0 = <&pmic_irq_pins>;
754 clock-frequency = <100000>;
759 interrupt-parent = <&irqc0>;
761 interrupt-controller;
762 #interrupt-cells = <2>;
765 compatible = "dlg,da9063-rtc";
769 compatible = "dlg,da9063-watchdog";
776 interrupt-parent = <&irqc0>;
779 regulator-min-microvolt = <1000000>;
780 regulator-max-microvolt = <1000000>;
781 regulator-boot-on;
782 regulator-always-on;
787 pinctrl-0 = <&i2c4_pins>;
788 pinctrl-names = "i2c-exio4";
792 pinctrl-0 = <&sound_pins>, <&sound_clk_pins>;
793 pinctrl-names = "default";
796 #sound-dai-cells = <0>;
809 shared-pin;
815 pinctrl-0 = <&vin0_pins>;
816 pinctrl-names = "default";
820 remote-endpoint = <&adv7612_out>;
821 bus-width = <24>;
822 hsync-active = <0>;
823 vsync-active = <0>;
824 pclk-sample = <1>;
825 data-active = <1>;
831 &vin1 {
832 pinctrl-0 = <&vin1_pins>;
833 pinctrl-names = "default";
839 remote-endpoint = <&adv7180_out>;
840 bus-width = <8>;