File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 96
96
clocks = <&hclk>;
97
97
};
98
98
99
+ prortcclk: prortcclk {
100
+ compatible = "fixed-factor-clock";
101
+ #clock-cells = <0>;
102
+ clocks = <&lfrco>;
103
+ };
104
+
99
105
rtccclk: rtccclk {
100
106
compatible = "fixed-factor-clock";
101
107
#clock-cells = <0>;
148
154
compatible = "arm,armv8m-itm";
149
155
reg = <0xe0000000 0x1000>;
150
156
};
157
+
158
+ mpu: mpu@e000ed90 {
159
+ compatible = "arm,armv8m-mpu";
160
+ reg = <0xe000ed90 0x40>;
161
+ };
151
162
};
152
163
153
164
power-states {
169
180
};
170
181
};
171
182
183
+ hwinfo: hwinfo {
184
+ compatible = "silabs,gecko-hwinfo";
185
+ status = "disabled";
186
+ };
187
+
172
188
soc {
173
189
cmu: clock@50008000 {
174
190
compatible = "silabs,series-clock";
535
551
status = "disabled";
536
552
};
537
553
554
+ eusart0: eusart@5a040000 {
555
+ compatible = "silabs,eusart-spi";
556
+ reg = <0x5a040000 0x4000>;
557
+ clocks = <&cmu CLOCK_EUSART0 CLOCK_BRANCH_EUSART0CLK>;
558
+ interrupt-names = "rx", "tx";
559
+ interrupts = <20 2>, <21 2>;
560
+ status = "disabled";
561
+ };
562
+
538
563
trng: cryptoacc@5c020000 {
539
564
compatible = "silabs,gecko-trng";
540
565
reg = <0x5c020000 0xc000>;
You can’t perform that action at this time.
0 commit comments