Lines Matching +full:pwdn +full:- +full:gpios

1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
5 #include "rv1106-amp.dtsi"
12 acodec_sound: acodec-sound {
13 compatible = "simple-audio-card";
14 simple-audio-card,name = "rv-acodec";
15 simple-audio-card,format = "i2s";
16 simple-audio-card,mclk-fs = <256>;
17 simple-audio-card,cpu {
18 sound-dai = <&i2s0_8ch>;
20 simple-audio-card,codec {
21 sound-dai = <&acodec>;
25 vcc_1v8: vcc-1v8 {
26 compatible = "regulator-fixed";
27 regulator-name = "vcc_1v8";
28 regulator-always-on;
29 regulator-boot-on;
30 regulator-min-microvolt = <1800000>;
31 regulator-max-microvolt = <1800000>;
34 vcc_3v3: vcc-3v3 {
35 compatible = "regulator-fixed";
36 regulator-name = "vcc_3v3";
37 regulator-always-on;
38 regulator-boot-on;
39 regulator-min-microvolt = <3300000>;
40 regulator-max-microvolt = <3300000>;
43 vdd_arm: vdd-arm {
44 compatible = "pwm-regulator";
46 regulator-name = "vdd_arm";
47 regulator-min-microvolt = <724000>;
48 regulator-max-microvolt = <1078000>;
49 regulator-init-microvolt = <950000>;
50 regulator-always-on;
51 regulator-boot-on;
52 regulator-settling-time-up-us = <250>;
57 #sound-dai-cells = <0>;
58 pa-ctl-gpios = <&gpio1 RK_PA1 GPIO_ACTIVE_HIGH>;
63 cpu-supply = <&vdd_arm>;
74 #address-cells = <1>;
75 #size-cells = <0>;
79 #address-cells = <1>;
80 #size-cells = <0>;
84 remote-endpoint = <&sc3336_out>;
85 data-lanes = <1 2>;
90 remote-endpoint = <&sc4336_out>;
91 data-lanes = <1 2>;
96 remote-endpoint = <&sc530ai_out>;
97 data-lanes = <1 2>;
103 #address-cells = <1>;
104 #size-cells = <0>;
108 remote-endpoint = <&mipi_csi2_input>;
116 clock-frequency = <400000>;
117 pinctrl-names = "default";
118 pinctrl-0 = <&i2c4m2_xfer>;
125 clock-names = "xvclk";
126 pwdn-gpios = <&gpio3 RK_PC5 GPIO_ACTIVE_HIGH>;
127 pinctrl-names = "default";
128 pinctrl-0 = <&mipi_refclk_out0>;
129 rockchip,camera-module-index = <0>;
130 rockchip,camera-module-facing = "back";
131 rockchip,camera-module-name = "CMK-OT2119-PC1";
132 rockchip,camera-module-lens-name = "30IRC-F16";
135 remote-endpoint = <&csi_dphy_input0>;
136 data-lanes = <1 2>;
146 clock-names = "xvclk";
147 pwdn-gpios = <&gpio3 RK_PC5 GPIO_ACTIVE_HIGH>;
148 pinctrl-names = "default";
149 pinctrl-0 = <&mipi_refclk_out0>;
150 rockchip,camera-module-index = <0>;
151 rockchip,camera-module-facing = "back";
152 rockchip,camera-module-name = "OT01";
153 rockchip,camera-module-lens-name = "40IRC_F16";
156 remote-endpoint = <&csi_dphy_input1>;
157 data-lanes = <1 2>;
167 clock-names = "xvclk";
168 pwdn-gpios = <&gpio3 RK_PC5 GPIO_ACTIVE_HIGH>;
169 pinctrl-names = "default";
170 pinctrl-0 = <&mipi_refclk_out0>;
171 rockchip,camera-module-index = <0>;
172 rockchip,camera-module-facing = "back";
173 rockchip,camera-module-name = "CMK-OT2115-PC1";
174 rockchip,camera-module-lens-name = "30IRC-F16";
177 remote-endpoint = <&csi_dphy_input2>;
178 data-lanes = <1 2>;
185 #sound-dai-cells = <0>;
193 #address-cells = <1>;
194 #size-cells = <0>;
198 #address-cells = <1>;
199 #size-cells = <0>;
203 remote-endpoint = <&csi_dphy_output>;
209 #address-cells = <1>;
210 #size-cells = <0>;
214 remote-endpoint = <&cif_mipi_in>;
231 pinctrl-names = "default";
232 pinctrl-0 = <&mipi_pins>;
234 /* MIPI CSI-2 endpoint */
236 remote-endpoint = <&mipi_csi2_output>;
245 /* MIPI CSI-2 endpoint */
247 remote-endpoint = <&isp_in>;
261 remote-endpoint = <&mipi_lvds_sditf>;
268 vref-supply = <&vcc_1v8>;
275 compatible = "jedec,spi-nor";
277 spi-max-frequency = <80000000>;
278 spi-rx-bus-width = <4>;
279 spi-tx-bus-width = <1>;
284 max-frequency = <50000000>;
285 no-sdio;
286 no-mmc;
287 bus-width = <4>;
288 cap-mmc-highspeed;
289 cap-sd-highspeed;
290 disable-wp;
291 pinctrl-names = "normal", "idle";
292 pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_det &sdmmc0_bus4>;
293 pinctrl-1 = <&sdmmc0_idle_pins &sdmmc0_det>;