arm64: dts: allwinner: h616: Add device node for SID
The device tree binding for H616's SID controller. Signed-off-by: Kali Prasad <kprasadvnsi@protonmail.com>
This commit is contained in:
parent
0821982574
commit
ee6282fdfa
@ -133,6 +133,21 @@
|
||||
#reset-cells = <1>;
|
||||
};
|
||||
|
||||
sid: efuse@3006000 {
|
||||
compatible = "allwinner,sun50i-h616-sid";
|
||||
reg = <0x03006000 0x1000>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
cpu_speed_grade: cpu-speed-grade@00 {
|
||||
reg = <0x00 0x02>;
|
||||
};
|
||||
|
||||
ths_calibration: thermal-sensor-calibration@14 {
|
||||
reg = <0x14 0x8>;
|
||||
};
|
||||
};
|
||||
|
||||
watchdog: watchdog@30090a0 {
|
||||
compatible = "allwinner,sun50i-h616-wdt",
|
||||
"allwinner,sun6i-a31-wdt";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user