Lines Matching +full:regulator +full:- +full:fixed +full:- +full:clock
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 #include <dt-bindings/gpio/gpio.h>
8 #include "imx8mm-pinfunc.h"
10 /dts-v1/;
14 compatible = "gw,imx8mm-gw73xx-0x", "fsl,imx8mm";
16 reg_vana: regulator-2p8v {
17 compatible = "regulator-fixed";
18 regulator-name = "2P8V";
19 regulator-min-microvolt = <2800000>;
20 regulator-max-microvolt = <2800000>;
23 reg_vddl: regulator-1p2v {
24 compatible = "regulator-fixed";
25 regulator-name = "1P2V";
26 regulator-min-microvolt = <1200000>;
27 regulator-max-microvolt = <1200000>;
30 reg_cam: regulator-cam {
31 pinctrl-names = "default";
32 pinctrl-0 = <&pinctrl_reg_cam>;
33 compatible = "regulator-fixed";
34 regulator-name = "reg_cam";
36 enable-active-high;
37 regulator-min-microvolt = <1800000>;
38 regulator-max-microvolt = <1800000>;
42 compatible = "fixed-clock";
43 #clock-cells = <0>;
44 clock-frequency = <24000000>;
45 clock-output-names = "cam24m";
54 #address-cells = <1>;
55 #size-cells = <0>;
61 VDIG-supply = <®_cam>;
62 VANA-supply = <®_vana>;
63 VDDL-supply = <®_vddl>;
66 /* MIPI CSI-2 bus endpoint */
68 remote-endpoint = <&imx8mm_mipi_csi_in>;
69 clock-lanes = <0>;
70 data-lanes = <1 2>;
71 link-frequencies = /bits/ 64 <456000000>;
81 #address-cells = <1>;
82 #size-cells = <0>;
88 remote-endpoint = <&imx219_to_mipi_csi2>;
89 data-lanes = <1 2>;
97 remote-endpoint = <&csi_in>;