• Home
  • Raw
  • Download

Lines Matching +full:i2c4 +full:- +full:sda

1 // SPDX-License-Identifier: GPL-2.0
8 /dts-v1/;
10 #include <dt-bindings/gpio/gpio.h>
29 stdout-path = "serial0:115200n8";
37 d3_3v: regulator-d3-3v {
38 compatible = "regulator-fixed";
39 regulator-name = "D3.3V";
40 regulator-min-microvolt = <3300000>;
41 regulator-max-microvolt = <3300000>;
42 regulator-boot-on;
43 regulator-always-on;
46 vcc_sdhi0: regulator-vcc-sdhi0 {
47 compatible = "regulator-fixed";
49 regulator-name = "SDHI0 Vcc";
50 regulator-min-microvolt = <3300000>;
51 regulator-max-microvolt = <3300000>;
54 enable-active-high;
57 vccq_sdhi0: regulator-vccq-sdhi0 {
58 compatible = "regulator-gpio";
60 regulator-name = "SDHI0 VccQ";
61 regulator-min-microvolt = <1800000>;
62 regulator-max-microvolt = <3300000>;
65 gpios-states = <1>;
69 vcc_sdhi1: regulator-vcc-sdhi1 {
70 compatible = "regulator-fixed";
72 regulator-name = "SDHI1 Vcc";
73 regulator-min-microvolt = <3300000>;
74 regulator-max-microvolt = <3300000>;
77 enable-active-high;
80 vccq_sdhi1: regulator-vccq-sdhi1 {
81 compatible = "regulator-gpio";
83 regulator-name = "SDHI1 VccQ";
84 regulator-min-microvolt = <1800000>;
85 regulator-max-microvolt = <3300000>;
88 gpios-states = <1>;
93 #address-cells = <1>;
94 #size-cells = <1>;
97 vga-encoder {
101 #address-cells = <1>;
102 #size-cells = <0>;
107 remote-endpoint = <&du_out_rgb1>;
113 remote-endpoint = <&vga_in>;
120 compatible = "vga-connector";
124 remote-endpoint = <&adv7123_out>;
129 x2_clk: x2-clock {
130 compatible = "fixed-clock";
131 #clock-cells = <0>;
132 clock-frequency = <74250000>;
135 x13_clk: x13-clock {
136 compatible = "fixed-clock";
137 #clock-cells = <0>;
138 clock-frequency = <148500000>;
141 gpioi2c1: i2c-9 {
142 #address-cells = <1>;
143 #size-cells = <0>;
144 compatible = "i2c-gpio";
146 scl-gpios = <&gpio4 0 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
147 sda-gpios = <&gpio4 1 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
150 gpioi2c4: i2c-10 {
151 #address-cells = <1>;
152 #size-cells = <0>;
153 compatible = "i2c-gpio";
155 scl-gpios = <&gpio4 8 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
156 sda-gpios = <&gpio4 9 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
157 i2c-gpio,delay-us = <5>;
163 i2chdmi: i2c-11 {
164 compatible = "i2c-demux-pinctrl";
165 i2c-parent = <&i2c1>, <&gpioi2c1>;
166 i2c-bus-name = "i2c-hdmi";
167 #address-cells = <1>;
168 #size-cells = <0>;
170 composite-in@20 {
176 bus-width = <8>;
177 remote-endpoint = <&vin0ep>;
190 * I2C4 is routed to EXIO connector B, pins 73 (SCL) + 74 (SDA).
193 i2cexio4: i2c-14 {
194 compatible = "i2c-demux-pinctrl";
195 i2c-parent = <&i2c4>, <&gpioi2c4>;
196 i2c-bus-name = "i2c-exio4";
197 #address-cells = <1>;
198 #size-cells = <0>;
204 pinctrl-0 = <&usb0_pins>;
205 pinctrl-names = "default";
210 pinctrl-0 = <&usb1_pins>;
211 pinctrl-names = "default";
219 pinctrl-0 = <&du_pins>;
220 pinctrl-names = "default";
225 clock-names = "du.0", "du.1", "dclkin.0", "dclkin.1";
230 remote-endpoint = <&adv7123_in>;
237 clock-frequency = <20000000>;
241 pinctrl-0 = <&scif_clk_pins>;
242 pinctrl-names = "default";
274 i2c4_pins: i2c4 {
275 groups = "i2c4";
276 function = "i2c4";
292 power-source = <3300>;
298 power-source = <1800>;
304 power-source = <3300>;
310 power-source = <1800>;
336 pinctrl-0 = <&ether_pins &phy1_pins>;
337 pinctrl-names = "default";
339 phy-handle = <&phy1>;
340 renesas,ether-link-active-low;
343 phy1: ethernet-phy@1 {
345 interrupt-parent = <&irqc0>;
347 micrel,led-mode = <1>;
348 reset-gpios = <&gpio1 24 GPIO_ACTIVE_LOW>;
353 pinctrl-0 = <&mmcif0_pins>;
354 pinctrl-names = "default";
356 vmmc-supply = <&d3_3v>;
357 vqmmc-supply = <&d3_3v>;
358 bus-width = <8>;
359 non-removable;
364 timeout-sec = <60>;
369 pinctrl-0 = <&sdhi0_pins>;
370 pinctrl-1 = <&sdhi0_pins_uhs>;
371 pinctrl-names = "default", "state_uhs";
373 vmmc-supply = <&vcc_sdhi0>;
374 vqmmc-supply = <&vccq_sdhi0>;
375 cd-gpios = <&gpio6 6 GPIO_ACTIVE_LOW>;
376 wp-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>;
377 sd-uhs-sdr50;
378 sd-uhs-sdr104;
383 pinctrl-0 = <&sdhi1_pins>;
384 pinctrl-1 = <&sdhi1_pins_uhs>;
385 pinctrl-names = "default", "state_uhs";
387 vmmc-supply = <&vcc_sdhi1>;
388 vqmmc-supply = <&vccq_sdhi1>;
389 cd-gpios = <&gpio6 14 GPIO_ACTIVE_LOW>;
390 wp-gpios = <&gpio6 15 GPIO_ACTIVE_HIGH>;
391 sd-uhs-sdr50;
396 pinctrl-0 = <&i2c1_pins>;
397 pinctrl-names = "i2c-hdmi";
399 clock-frequency = <400000>;
402 &i2c4 {
403 pinctrl-0 = <&i2c4_pins>;
404 pinctrl-names = "i2c-exio4";
409 clock-frequency = <100000>;
414 interrupt-parent = <&gpio3>;
416 interrupt-controller;
419 compatible = "dlg,da9063-rtc";
423 compatible = "dlg,da9063-watchdog";
430 pinctrl-0 = <&vin0_pins>;
431 pinctrl-names = "default";
435 remote-endpoint = <&adv7180>;
436 bus-width = <8>;
442 pinctrl-0 = <&scif2_pins>;
443 pinctrl-names = "default";
449 clock-frequency = <14745600>;
453 pinctrl-0 = <&qspi_pins>;
454 pinctrl-names = "default";
459 compatible = "spansion,s25fl512s", "jedec,spi-nor";
461 spi-max-frequency = <30000000>;
462 spi-tx-bus-width = <4>;
463 spi-rx-bus-width = <4>;
464 spi-cpol;
465 spi-cpha;
466 m25p,fast-read;
469 compatible = "fixed-partitions";
470 #address-cells = <1>;
471 #size-cells = <1>;
476 read-only;
481 read-only;