Skip to content
Snippets Groups Projects
Commit d14f6a1a authored by Lars Povlsen's avatar Lars Povlsen
Browse files

arm64: dts: sparx5: Add hwmon temperature sensor


This adds a hwmon temperature node sensor to the Sparx5 SoC.

Signed-off-by: default avatarLars Povlsen <lars.povlsen@microchip.com>
Link: https://lore.kernel.org/r/20200618135951.25441-3-lars.povlsen@microchip.com
parent 45145406
No related branches found
No related tags found
No related merge requests found
...@@ -233,5 +233,12 @@ i2c1: i2c@600103000 { ...@@ -233,5 +233,12 @@ i2c1: i2c@600103000 {
clock-frequency = <100000>; clock-frequency = <100000>;
clocks = <&ahb_clk>; clocks = <&ahb_clk>;
}; };
tmon0: tmon@610508110 {
compatible = "microchip,sparx5-temp";
reg = <0x6 0x10508110 0xc>;
#thermal-sensor-cells = <0>;
clocks = <&ahb_clk>;
};
}; };
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment