Lines Matching +full:regulator +full:- +full:min +full:- +full:microvolt

2  * Device Tree Source for the R-Car H3/M3 (R8A77951/R8A77961) SoC
6 * SPDX-License-Identifier: Apache-2.0
8 #include <arm64/armv8-a.dtsi>
9 #include <dt-bindings/interrupt-controller/arm-gic.h>
10 #include <zephyr/dt-bindings/clock/renesas_cpg_mssr.h>
11 #include <zephyr/dt-bindings/clock/r8a7795_cpg_mssr.h>
14 #address-cells = <2>;
15 #size-cells = <2>;
18 compatible = "arm,psci-1.0", "arm,psci-0.2", "arm,psci";
23 compatible = "arm,armv8-timer";
24 interrupt-parent = <&gic>;
32 compatible = "regulator-fixed";
33 regulator-name = "reg_3p3v";
34 regulator-min-microvolt = <3300000>;
35 regulator-max-microvolt = <3300000>;
36 regulator-always-on;
37 regulator-boot-on;
42 compatible = "regulator-fixed";
43 regulator-name = "reg_1p8v";
44 regulator-min-microvolt = <1800000>;
45 regulator-max-microvolt = <1800000>;
46 regulator-always-on;
47 regulator-boot-on;
51 gic: interrupt-controller@f1010000 {
52 compatible = "arm,gic-400", "arm,gic-v2", "arm,gic" ;
53 #interrupt-cells = <4>;
54 #address-cells = <0>;
55 interrupt-controller;
62 compatible = "simple-bus";
63 interrupt-parent = <&gic>;
65 #address-cells = <2>;
66 #size-cells = <2>;
69 cpg: clock-controller@e6150000 {
71 #clock-cells = <2>;
72 #power-domain-cells = <0>;
73 #reset-cells = <1>;
77 compatible = "renesas,rcar-gpio";
79 #gpio-cells = <2>;
80 gpio-controller;
81 interrupt-parent = <&gic>;
88 compatible = "renesas,rcar-mmc";
93 max-bus-freq = <200000000>;
98 compatible = "renesas,rcar-mmc";
100 vmmc-supply = <&reg_3p3v>;
101 vqmmc-supply = <&reg_1p8v>;
105 max-bus-freq = <200000000>;
109 pfc: pin-controller@e6060000 {
110 compatible = "renesas,rcar-pfc";
115 compatible = "renesas,rcar-scif";
117 interrupt-parent = <&gic>;
122 current-speed = <115200>;
123 interrupt-names = "irq_0";