Lines Matching +full:regulator +full:- +full:v3
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 compatible = "pwm-backlight";
10 brightness-levels = <0 100>;
11 num-interpolated-steps = <100>;
12 default-brightness-level = <50>;
16 reg_3v3_dvdd: regulator-3v3-O3 {
17 compatible = "regulator-fixed";
18 pinctrl-names = "default";
19 pinctrl-0 = <&pinctrl_dvdd>;
20 regulator-name = "3v3-dvdd-supply";
21 regulator-min-microvolt = <3300000>;
22 regulator-max-microvolt = <3300000>;
26 reg_v3v3_avdd: regulator-3v3-O2 {
27 compatible = "regulator-fixed";
28 pinctrl-names = "default";
29 pinctrl-0 = <&pinctrl_avdd>;
30 regulator-name = "3v3-avdd-supply";
31 regulator-min-microvolt = <3300000>;
32 regulator-max-microvolt = <3300000>;
38 pinctrl-names = "default";
39 pinctrl-0 = <&pinctrl_bl>;
44 assigned-clocks = <&clk IMX8MN_VIDEO_PLL1>;
45 assigned-clock-rates = <594000000>;
50 assigned-clocks = <&clk IMX8MN_CLK_DISP_AXI>, <&clk IMX8MN_CLK_DISP_APB>;
51 assigned-clock-parents = <&clk IMX8MN_SYS_PLL2_1000M>, <&clk IMX8MN_SYS_PLL1_800M>;
52 assigned-clock-rates = <500000000>, <200000000>;
56 #address-cells = <1>;
57 #size-cells = <0>;
58 samsung,esc-clock-frequency = <20000000>;
59 samsung,pll-clock-frequency = <12000000>;
64 pinctrl-names = "default";
65 pinctrl-0 = <&pinctrl_panel>;
69 dvdd-supply = <®_3v3_dvdd>;
70 avdd-supply = <®_v3v3_avdd>;
71 reset-gpios = <&gpio4 29 GPIO_ACTIVE_HIGH>;
75 remote-endpoint = <&mipi_dsi_out>;
86 remote-endpoint = <&panel_in>;