Skip to content

Commit 38e9ddf

Browse files
committed
dts: arm: sifli: sf32lb52x: define temp sensor
add temp sensor device node Signed-off-by: Qingsong Gou <gouqs@hotmail.com>
1 parent 4a3dee4 commit 38e9ddf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dts/arm/sifli/sf32lb52x.dtsi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,14 @@
166166
status = "disabled";
167167
};
168168

169+
tsen: tsen@50089000 {
170+
compatible = "sifli,sf32lb-tsen";
171+
reg = <0x50089000 0x1000>;
172+
clocks = <&rcc_clk SF32LB52X_CLOCK_TSEN>;
173+
sifli,cfg = <&cfg>;
174+
status = "disabled";
175+
};
176+
169177
wdt: watchdog@50094000 {
170178
compatible = "sifli,sf32lb-wdt";
171179
reg = <0x50094000 0x1000>;

0 commit comments

Comments
 (0)