mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
riscv: dts: sophgo: sophgo-srd3-10: add HWMON MCU device
Add MCU devicetree node for Sophgo SRD3-10 board. This is used to provide SUSP function for the board. Link: https://lore.kernel.org/r/20250608232836.784737-8-inochiama@gmail.com Signed-off-by: Inochi Amaoto <inochiama@gmail.com> Signed-off-by: Chen Wang <unicorn_wang@outlook.com> Signed-off-by: Chen Wang <wangchen20@iscas.ac.cn>
This commit is contained in:
parent
ddaa0b5500
commit
2b09dad74e
|
|
@ -36,6 +36,16 @@ &emmc {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c1 {
|
||||
status = "okay";
|
||||
|
||||
mcu: syscon@17 {
|
||||
compatible = "sophgo,sg2044-hwmon-mcu", "sophgo,sg2042-hwmon-mcu";
|
||||
reg = <0x17>;
|
||||
#thermal-sensor-cells = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
&sd {
|
||||
bus-width = <4>;
|
||||
no-sdio;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user