Skip to content

Commit c6f0575

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 5e2f900 commit c6f0575

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dts/arm/sifli/sf32lb52x.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,13 @@
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+
status = "disabled";
174+
};
175+
169176
wdt: watchdog@50094000 {
170177
compatible = "sifli,sf32lb-wdt";
171178
reg = <0x50094000 0x1000>;

0 commit comments

Comments
 (0)