Lines Matching +full:dvc +full:-
1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright (C) 2013-2014 Renesas Solutions Corp.
7 * Copyright (C) 2015-2016 Renesas Electronics Corporation
11 * SSI-AK4643
20 * amixer set "DVC Out" 100%
21 * amixer set "DVC In" 100%
25 * amixer set "DVC Out Mute" on
26 * amixer set "DVC In Mute" on
30 * amixer set "DVC Out Ramp Up Rate" "0.125 dB/64 steps"
31 * amixer set "DVC Out Ramp Down Rate" "0.125 dB/512 steps"
32 * amixer set "DVC Out Ramp" on
34 * amixer set "DVC Out" 80% // Volume Down
35 * amixer set "DVC Out" 100% // Volume Up
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";
89 label = "SW2-1";
90 wakeup-source;
91 debounce-interval = <20>;
96 label = "SW2-2";
97 wakeup-source;
98 debounce-interval = <20>;
103 label = "SW2-3";
104 wakeup-source;
105 debounce-interval = <20>;
110 label = "SW2-4";
111 wakeup-source;
112 debounce-interval = <20>;
118 compatible = "gpio-leds";
130 fixedregulator3v3: regulator-3v3 {
131 compatible = "regulator-fixed";
132 regulator-name = "fixed-3.3V";
133 regulator-min-microvolt = <3300000>;
134 regulator-max-microvolt = <3300000>;
135 regulator-boot-on;
136 regulator-always-on;
139 vcc_sdhi0: regulator-vcc-sdhi0 {
140 compatible = "regulator-fixed";
142 regulator-name = "SDHI0 Vcc";
143 regulator-min-microvolt = <3300000>;
144 regulator-max-microvolt = <3300000>;
147 enable-active-high;
150 vccq_sdhi0: regulator-vccq-sdhi0 {
151 compatible = "regulator-gpio";
153 regulator-name = "SDHI0 VccQ";
154 regulator-min-microvolt = <1800000>;
155 regulator-max-microvolt = <3300000>;
158 gpios-states = <1>;
162 vcc_sdhi2: regulator-vcc-sdhi2 {
163 compatible = "regulator-fixed";
165 regulator-name = "SDHI2 Vcc";
166 regulator-min-microvolt = <3300000>;
167 regulator-max-microvolt = <3300000>;
170 enable-active-high;
173 vccq_sdhi2: regulator-vccq-sdhi2 {
174 compatible = "regulator-gpio";
176 regulator-name = "SDHI2 VccQ";
177 regulator-min-microvolt = <1800000>;
178 regulator-max-microvolt = <3300000>;
181 gpios-states = <1>;
186 compatible = "fixed-clock";
187 #clock-cells = <0>;
188 clock-frequency = <11289600>;
192 compatible = "simple-audio-card";
194 simple-audio-card,format = "left_j";
195 simple-audio-card,bitclock-master = <&sndcodec>;
196 simple-audio-card,frame-master = <&sndcodec>;
198 sndcpu: simple-audio-card,cpu {
199 sound-dai = <&rcar_sound>;
202 sndcodec: simple-audio-card,codec {
203 sound-dai = <&ak4643>;
208 vga-encoder {
212 #address-cells = <1>;
213 #size-cells = <0>;
218 remote-endpoint = <&du_out_rgb>;
224 remote-endpoint = <&vga_in>;
231 compatible = "vga-connector";
235 remote-endpoint = <&adv7123_out>;
240 hdmi-in {
241 compatible = "hdmi-connector";
246 remote-endpoint = <&adv7612_in>;
251 cec_clock: cec-clock {
252 compatible = "fixed-clock";
253 #clock-cells = <0>;
254 clock-frequency = <12000000>;
257 hdmi-out {
258 compatible = "hdmi-connector";
263 remote-endpoint = <&adv7511_out>;
268 x2_clk: x2-clock {
269 compatible = "fixed-clock";
270 #clock-cells = <0>;
271 clock-frequency = <148500000>;
274 x13_clk: x13-clock {
275 compatible = "fixed-clock";
276 #clock-cells = <0>;
277 clock-frequency = <148500000>;
280 gpioi2c1: i2c-8 {
281 #address-cells = <1>;
282 #size-cells = <0>;
283 compatible = "i2c-gpio";
285 scl-gpios = <&gpio1 16 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
286 sda-gpios = <&gpio1 17 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
287 i2c-gpio,delay-us = <5>;
290 gpioi2c2: i2c-9 {
291 #address-cells = <1>;
292 #size-cells = <0>;
293 compatible = "i2c-gpio";
295 scl-gpios = <&gpio5 5 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
296 sda-gpios = <&gpio5 6 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
297 i2c-gpio,delay-us = <5>;
311 i2cexio0: i2c-10 {
312 compatible = "i2c-demux-pinctrl";
313 i2c-parent = <&iic0>, <&i2c0>;
314 i2c-bus-name = "i2c-exio0";
315 #address-cells = <1>;
316 #size-cells = <0>;
324 i2cexio1: i2c-11 {
325 compatible = "i2c-demux-pinctrl";
326 i2c-parent = <&iic1>, <&i2c1>, <&gpioi2c1>;
327 i2c-bus-name = "i2c-exio1";
328 #address-cells = <1>;
329 #size-cells = <0>;
336 i2chdmi: i2c-12 {
337 compatible = "i2c-demux-pinctrl";
338 i2c-parent = <&iic2>, <&i2c2>, <&gpioi2c2>;
339 i2c-bus-name = "i2c-hdmi";
340 #address-cells = <1>;
341 #size-cells = <0>;
344 compatible = "asahi-kasei,ak4643";
345 #sound-dai-cells = <0>;
349 composite-in@20 {
355 bus-width = <8>;
356 remote-endpoint = <&vin1ep0>;
364 interrupt-parent = <&gpio1>;
367 clock-names = "cec";
369 adi,input-depth = <8>;
370 adi,input-colorspace = "rgb";
371 adi,input-clock = "1x";
374 #address-cells = <1>;
375 #size-cells = <0>;
380 remote-endpoint = <&lvds0_out>;
387 remote-endpoint = <&hdmi_con_out>;
393 hdmi-in@4c {
396 interrupt-parent = <&gpio1>;
398 default-input = <0>;
401 #address-cells = <1>;
402 #size-cells = <0>;
407 remote-endpoint = <&hdmi_con_in>;
414 remote-endpoint = <&vin0ep2>;
425 i2cpwr: i2c-13 {
426 compatible = "i2c-demux-pinctrl";
427 pinctrl-names = "default";
428 pinctrl-0 = <&pmic_irq_pins>;
429 i2c-parent = <&iic3>, <&i2c3>;
430 i2c-bus-name = "i2c-pwr";
431 #address-cells = <1>;
432 #size-cells = <0>;
437 interrupt-parent = <&irqc0>;
439 interrupt-controller;
442 compatible = "dlg,da9063-rtc";
446 compatible = "dlg,da9063-watchdog";
453 interrupt-parent = <&irqc0>;
456 regulator-min-microvolt = <1000000>;
457 regulator-max-microvolt = <1000000>;
458 regulator-boot-on;
459 regulator-always-on;
465 pinctrl-0 = <&du_pins>;
466 pinctrl-names = "default";
471 clock-names = "du.0", "du.1", "du.2", "dclkin.0", "dclkin.1";
476 remote-endpoint = <&adv7123_in>;
488 remote-endpoint = <&adv7511_in>;
504 clock-frequency = <20000000>;
508 pinctrl-0 = <&scif_clk_pins>;
509 pinctrl-names = "default";
544 power-source = <3300>;
550 power-source = <1800>;
556 power-source = <3300>;
562 power-source = <1800>;
668 bias-pull-up;
673 pinctrl-0 = <ðer_pins>, <&phy1_pins>;
674 pinctrl-names = "default";
676 phy-handle = <&phy1>;
677 renesas,ether-link-active-low;
680 phy1: ethernet-phy@1 {
681 compatible = "ethernet-phy-id0022.1537",
682 "ethernet-phy-ieee802.3-c22";
684 interrupt-parent = <&irqc0>;
686 micrel,led-mode = <1>;
687 reset-gpios = <&gpio5 31 GPIO_ACTIVE_LOW>;
696 pinctrl-0 = <&mmc1_pins>;
697 pinctrl-names = "default";
699 vmmc-supply = <&fixedregulator3v3>;
700 bus-width = <8>;
701 non-removable;
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 = <&scif0_pins>;
750 pinctrl-names = "default";
756 pinctrl-0 = <&scifa1_pins>;
757 pinctrl-names = "default";
763 clock-frequency = <14745600>;
767 pinctrl-0 = <&msiof1_pins>;
768 pinctrl-names = "default";
775 spi-max-frequency = <6000000>;
776 spi-cpol;
777 spi-cpha;
782 pinctrl-0 = <&sdhi0_pins>;
783 pinctrl-1 = <&sdhi0_pins_uhs>;
784 pinctrl-names = "default", "state_uhs";
786 vmmc-supply = <&vcc_sdhi0>;
787 vqmmc-supply = <&vccq_sdhi0>;
788 cd-gpios = <&gpio3 6 GPIO_ACTIVE_LOW>;
789 sd-uhs-sdr50;
790 sd-uhs-sdr104;
795 pinctrl-0 = <&sdhi2_pins>;
796 pinctrl-1 = <&sdhi2_pins_uhs>;
797 pinctrl-names = "default", "state_uhs";
799 vmmc-supply = <&vcc_sdhi2>;
800 vqmmc-supply = <&vccq_sdhi2>;
801 cd-gpios = <&gpio3 22 GPIO_ACTIVE_LOW>;
802 sd-uhs-sdr50;
807 cpu0-supply = <&vdd_dvfs>;
811 pinctrl-0 = <&i2c0_pins>;
812 pinctrl-names = "i2c-exio0";
816 pinctrl-0 = <&iic0_pins>;
817 pinctrl-names = "i2c-exio0";
821 pinctrl-0 = <&i2c1_pins>;
822 pinctrl-names = "i2c-exio1";
826 pinctrl-0 = <&iic1_pins>;
827 pinctrl-names = "i2c-exio1";
831 pinctrl-0 = <&i2c2_pins>;
832 pinctrl-names = "i2c-hdmi";
834 clock-frequency = <100000>;
838 pinctrl-0 = <&iic2_pins>;
839 pinctrl-names = "i2c-hdmi";
841 clock-frequency = <100000>;
845 pinctrl-0 = <&i2c3_pins>;
846 pinctrl-names = "i2c-pwr";
850 pinctrl-0 = <&iic3_pins>;
851 pinctrl-names = "i2c-pwr";
856 pinctrl-0 = <&usb0_pins>;
857 pinctrl-names = "default";
862 pinctrl-0 = <&usb1_pins>;
863 pinctrl-names = "default";
868 pinctrl-0 = <&usb2_pins>;
869 pinctrl-names = "default";
874 pinctrl-0 = <&usb2_pins>;
875 pinctrl-names = "default";
880 pinctrl-0 = <&hsusb_pins>;
881 pinctrl-names = "default";
882 renesas,enable-gpio = <&gpio5 18 GPIO_ACTIVE_HIGH>;
891 pinctrl-0 = <&vin0_pins>;
892 pinctrl-names = "default";
898 remote-endpoint = <&adv7612_out>;
899 bus-width = <24>;
900 hsync-active = <0>;
901 vsync-active = <0>;
902 pclk-sample = <1>;
903 data-active = <1>;
910 pinctrl-0 = <&vin1_pins>;
911 pinctrl-names = "default";
917 remote-endpoint = <&adv7180>;
918 bus-width = <8>;
924 pinctrl-0 = <&sound_pins>, <&sound_clk_pins>;
925 pinctrl-names = "default";
928 #sound-dai-cells = <0>;
941 timeout-sec = <60>;
946 shared-pin;