Skip to content

Commit 6e4f082

Browse files
asmellbyXH-YongbingLiu
authored andcommitted
dts: arm: silabs: xg27: Add missing nodes
Add missing peripheral and clock nodes for xg27. Signed-off-by: Aksel Skauge Mellbye <[email protected]>
1 parent cf23b01 commit 6e4f082

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

dts/arm/silabs/xg27/xg27.dtsi

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@
9696
clocks = <&hclk>;
9797
};
9898

99+
prortcclk: prortcclk {
100+
compatible = "fixed-factor-clock";
101+
#clock-cells = <0>;
102+
clocks = <&lfrco>;
103+
};
104+
99105
rtccclk: rtccclk {
100106
compatible = "fixed-factor-clock";
101107
#clock-cells = <0>;
@@ -148,6 +154,11 @@
148154
compatible = "arm,armv8m-itm";
149155
reg = <0xe0000000 0x1000>;
150156
};
157+
158+
mpu: mpu@e000ed90 {
159+
compatible = "arm,armv8m-mpu";
160+
reg = <0xe000ed90 0x40>;
161+
};
151162
};
152163

153164
power-states {
@@ -169,6 +180,11 @@
169180
};
170181
};
171182

183+
hwinfo: hwinfo {
184+
compatible = "silabs,gecko-hwinfo";
185+
status = "disabled";
186+
};
187+
172188
soc {
173189
cmu: clock@50008000 {
174190
compatible = "silabs,series-clock";
@@ -535,6 +551,15 @@
535551
status = "disabled";
536552
};
537553

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+
538563
trng: cryptoacc@5c020000 {
539564
compatible = "silabs,gecko-trng";
540565
reg = <0x5c020000 0xc000>;

0 commit comments

Comments
 (0)