File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 6
6
#include <dt-bindings/clock/st,stm32mp25-rcc.h>
7
7
#include <dt-bindings/interrupt-controller/arm-gic.h>
8
8
#include <dt-bindings/reset/st,stm32mp25-rcc.h>
9
+ #include <dt-bindings/regulator/st,stm32mp25-regulator.h>
9
10
10
11
/ {
11
12
#address-cells = <2>;
75
76
reg = <0x16>;
76
77
#reset-cells = <1>;
77
78
};
79
+
80
+ scmi_voltd: protocol@17 {
81
+ reg = <0x17>;
82
+
83
+ scmi_regu: regulators {
84
+ #address-cells = <1>;
85
+ #size-cells = <0>;
86
+
87
+ scmi_vddio1: regulator@0 {
88
+ reg = <VOLTD_SCMI_VDDIO1>;
89
+ regulator-name = "vddio1";
90
+ };
91
+ scmi_vddio2: regulator@1 {
92
+ reg = <VOLTD_SCMI_VDDIO2>;
93
+ regulator-name = "vddio2";
94
+ };
95
+ scmi_vddio3: regulator@2 {
96
+ reg = <VOLTD_SCMI_VDDIO3>;
97
+ regulator-name = "vddio3";
98
+ };
99
+ scmi_vddio4: regulator@3 {
100
+ reg = <VOLTD_SCMI_VDDIO4>;
101
+ regulator-name = "vddio4";
102
+ };
103
+ scmi_vdd33ucpd: regulator@5 {
104
+ reg = <VOLTD_SCMI_UCPD>;
105
+ regulator-name = "vdd33ucpd";
106
+ };
107
+ scmi_vdda18adc: regulator@7 {
108
+ reg = <VOLTD_SCMI_ADC>;
109
+ regulator-name = "vdda18adc";
110
+ };
111
+ };
112
+ };
78
113
};
79
114
};
80
115
You can’t perform that action at this time.
0 commit comments