a9e5047fa6
- sun50i-a64-sid.dtso registers the Security ID node, needed for thermal - sun50i-a64-ths.dtso registers the thermal node, for which we already have a driver - sun50i-a64-timer.dtso registers the timer node, needed as the generic timer glitch on A64 SoC. Approved by: re (gjb)
18 lines
230 B
Plaintext
18 lines
230 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
compatible = "allwinner,sun50i-a64";
|
|
};
|
|
|
|
&{/soc} {
|
|
sid: eeprom@1c14000 {
|
|
compatible = "allwinner,sun50i-a64-sid";
|
|
reg = <0x1c14000 0x400>;
|
|
|
|
ths_calib: calib@234 {
|
|
reg = <0x234 0x6>;
|
|
};
|
|
};
|
|
};
|