Lines Matching +full:qspi +full:- +full:r8a7791
1 // SPDX-License-Identifier: GPL-2.0
6 * Copyright (C) 2013-2014 Renesas Solutions Corp.
11 * SSI-AK4643
38 /dts-v1/;
39 #include "r8a7791.dtsi"
40 #include <dt-bindings/gpio/gpio.h>
41 #include <dt-bindings/input/input.h>
45 compatible = "renesas,koelsch", "renesas,r8a7791";
60 stdout-path = "serial0:115200n8";
74 #address-cells = <1>;
75 #size-cells = <1>;
79 compatible = "gpio-keys";
81 key-1 {
84 label = "SW2-1";
85 wakeup-source;
86 debounce-interval = <20>;
88 key-2 {
91 label = "SW2-2";
92 wakeup-source;
93 debounce-interval = <20>;
95 key-3 {
98 label = "SW2-3";
99 wakeup-source;
100 debounce-interval = <20>;
102 key-4 {
105 label = "SW2-4";
106 wakeup-source;
107 debounce-interval = <20>;
109 key-a {
113 wakeup-source;
114 debounce-interval = <20>;
116 key-b {
120 wakeup-source;
121 debounce-interval = <20>;
123 key-c {
127 wakeup-source;
128 debounce-interval = <20>;
130 key-d {
134 wakeup-source;
135 debounce-interval = <20>;
137 key-e {
141 wakeup-source;
142 debounce-interval = <20>;
144 key-f {
148 wakeup-source;
149 debounce-interval = <20>;
151 key-g {
155 wakeup-source;
156 debounce-interval = <20>;
161 compatible = "gpio-leds";
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>;
195 gpios-states = <1>;
200 vcc_sdhi1: regulator-vcc-sdhi1 {
201 compatible = "regulator-fixed";
203 regulator-name = "SDHI1 Vcc";
204 regulator-min-microvolt = <3300000>;
205 regulator-max-microvolt = <3300000>;
208 enable-active-high;
211 vccq_sdhi1: regulator-vccq-sdhi1 {
212 compatible = "regulator-gpio";
214 regulator-name = "SDHI1 VccQ";
215 regulator-min-microvolt = <1800000>;
216 regulator-max-microvolt = <3300000>;
219 gpios-states = <1>;
224 vcc_sdhi2: regulator-vcc-sdhi2 {
225 compatible = "regulator-fixed";
227 regulator-name = "SDHI2 Vcc";
228 regulator-min-microvolt = <3300000>;
229 regulator-max-microvolt = <3300000>;
232 enable-active-high;
235 vccq_sdhi2: regulator-vccq-sdhi2 {
236 compatible = "regulator-gpio";
238 regulator-name = "SDHI2 VccQ";
239 regulator-min-microvolt = <1800000>;
240 regulator-max-microvolt = <3300000>;
243 gpios-states = <1>;
249 compatible = "fixed-clock";
250 #clock-cells = <0>;
251 clock-frequency = <11289600>;
255 compatible = "simple-audio-card";
257 simple-audio-card,format = "left_j";
258 simple-audio-card,bitclock-master = <&sndcodec>;
259 simple-audio-card,frame-master = <&sndcodec>;
261 sndcpu: simple-audio-card,cpu {
262 sound-dai = <&rcar_sound>;
265 sndcodec: simple-audio-card,codec {
266 sound-dai = <&ak4643>;
271 hdmi-in {
272 compatible = "hdmi-connector";
277 remote-endpoint = <&adv7612_in>;
282 cec_clock: cec-clock {
283 compatible = "fixed-clock";
284 #clock-cells = <0>;
285 clock-frequency = <12000000>;
288 hdmi-out {
289 compatible = "hdmi-connector";
294 remote-endpoint = <&adv7511_out>;
299 x2_clk: x2-clock {
300 compatible = "fixed-clock";
301 #clock-cells = <0>;
302 clock-frequency = <74250000>;
305 x13_clk: x13-clock {
306 compatible = "fixed-clock";
307 #clock-cells = <0>;
308 clock-frequency = <148500000>;
311 gpioi2c1: i2c-9 {
312 #address-cells = <1>;
313 #size-cells = <0>;
314 compatible = "i2c-gpio";
316 scl-gpios = <&gpio7 15 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
317 sda-gpios = <&gpio7 16 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
318 i2c-gpio,delay-us = <5>;
321 gpioi2c2: i2c-10 {
322 #address-cells = <1>;
323 #size-cells = <0>;
324 compatible = "i2c-gpio";
326 scl-gpios = <&gpio2 6 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
327 sda-gpios = <&gpio2 7 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
328 i2c-gpio,delay-us = <5>;
331 gpioi2c4: i2c-11 {
332 #address-cells = <1>;
333 #size-cells = <0>;
334 compatible = "i2c-gpio";
336 scl-gpios = <&gpio7 13 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
337 sda-gpios = <&gpio7 14 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
338 i2c-gpio,delay-us = <5>;
345 i2cexio1: i2c-12 {
346 compatible = "i2c-demux-pinctrl";
347 i2c-parent = <&i2c1>, <&gpioi2c1>;
348 i2c-bus-name = "i2c-exio1";
349 #address-cells = <1>;
350 #size-cells = <0>;
356 i2chdmi: i2c-13 {
357 compatible = "i2c-demux-pinctrl";
358 i2c-parent = <&i2c2>, <&gpioi2c2>;
359 i2c-bus-name = "i2c-hdmi";
360 #address-cells = <1>;
361 #size-cells = <0>;
364 compatible = "asahi-kasei,ak4643";
365 #sound-dai-cells = <0>;
369 composite-in@20 {
376 bus-width = <8>;
377 remote-endpoint = <&vin1ep>;
385 interrupt-parent = <&gpio3>;
388 clock-names = "cec";
390 adi,input-depth = <8>;
391 adi,input-colorspace = "rgb";
392 adi,input-clock = "1x";
393 adi,input-style = <1>;
394 adi,input-justification = "evenly";
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>;
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>;
493 clock-frequency = <20000000>;
497 pinctrl-0 = <&scif_clk_pins>;
498 pinctrl-names = "default";
548 power-source = <3300>;
554 power-source = <1800>;
560 power-source = <3300>;
566 power-source = <1800>;
572 power-source = <3300>;
578 power-source = <1800>;
581 qspi_pins: qspi {
583 function = "qspi";
624 pinctrl-0 = <ðer_pins &phy1_pins>;
625 pinctrl-names = "default";
627 phy-handle = <&phy1>;
628 renesas,ether-link-active-low;
631 phy1: ethernet-phy@1 {
633 interrupt-parent = <&irqc0>;
635 micrel,led-mode = <1>;
644 timeout-sec = <60>;
653 pinctrl-0 = <&scif0_pins>;
654 pinctrl-names = "default";
660 pinctrl-0 = <&scif1_pins>;
661 pinctrl-names = "default";
667 clock-frequency = <14745600>;
671 pinctrl-0 = <&sdhi0_pins>;
672 pinctrl-1 = <&sdhi0_pins_uhs>;
673 pinctrl-names = "default", "state_uhs";
675 vmmc-supply = <&vcc_sdhi0>;
676 vqmmc-supply = <&vccq_sdhi0>;
677 cd-gpios = <&gpio6 6 GPIO_ACTIVE_LOW>;
678 wp-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>;
679 sd-uhs-sdr50;
680 sd-uhs-sdr104;
685 pinctrl-0 = <&sdhi1_pins>;
686 pinctrl-1 = <&sdhi1_pins_uhs>;
687 pinctrl-names = "default", "state_uhs";
689 vmmc-supply = <&vcc_sdhi1>;
690 vqmmc-supply = <&vccq_sdhi1>;
691 cd-gpios = <&gpio6 14 GPIO_ACTIVE_LOW>;
692 wp-gpios = <&gpio6 15 GPIO_ACTIVE_HIGH>;
693 sd-uhs-sdr50;
698 pinctrl-0 = <&sdhi2_pins>;
699 pinctrl-1 = <&sdhi2_pins_uhs>;
700 pinctrl-names = "default", "state_uhs";
702 vmmc-supply = <&vcc_sdhi2>;
703 vqmmc-supply = <&vccq_sdhi2>;
704 cd-gpios = <&gpio6 22 GPIO_ACTIVE_LOW>;
705 sd-uhs-sdr50;
709 &qspi {
710 pinctrl-0 = <&qspi_pins>;
711 pinctrl-names = "default";
716 compatible = "spansion,s25fl512s", "jedec,spi-nor";
718 spi-max-frequency = <30000000>;
719 spi-tx-bus-width = <4>;
720 spi-rx-bus-width = <4>;
721 spi-cpha;
722 spi-cpol;
723 m25p,fast-read;
726 compatible = "fixed-partitions";
727 #address-cells = <1>;
728 #size-cells = <1>;
733 read-only;
738 read-only;
749 pinctrl-0 = <&msiof0_pins>;
750 pinctrl-names = "default";
757 spi-max-frequency = <6000000>;
758 spi-cpol;
759 spi-cpha;
764 pinctrl-0 = <&i2c1_pins>;
765 pinctrl-names = "i2c-exio1";
769 pinctrl-0 = <&i2c2_pins>;
770 pinctrl-names = "i2c-hdmi";
772 clock-frequency = <100000>;
776 pinctrl-0 = <&i2c4_pins>;
777 pinctrl-names = "i2c-exio4";
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;