summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/stih418.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/stih418.dtsi')
-rw-r--r--dts/src/arm/stih418.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/dts/src/arm/stih418.dtsi b/dts/src/arm/stih418.dtsi
index a05e2278b4..97eda4392f 100644
--- a/dts/src/arm/stih418.dtsi
+++ b/dts/src/arm/stih418.dtsi
@@ -27,6 +27,10 @@
};
soc {
+ rng11: rng@8a8a000 {
+ status = "disabled";
+ };
+
usb2_picophy1: phy2@0 {
compatible = "st,stih407-usb2-phy";
reg = <0 0>;
@@ -104,5 +108,13 @@
assigned-clock-parents = <&clk_s_c0_pll1 0>;
assigned-clock-rates = <200000000>;
};
+
+ thermal@91a0000 {
+ compatible = "st,stih407-thermal";
+ reg = <0x91a0000 0x28>;
+ clock-names = "thermal";
+ clocks = <&clk_sysin>;
+ interrupts = <GIC_SPI 205 IRQ_TYPE_EDGE_RISING>;
+ };
};
};