18 lines
256 B
Plaintext
18 lines
256 B
Plaintext
|
/dts-v1/;
|
||
|
/plugin/;
|
||
|
|
||
|
/ {
|
||
|
compatible = "allwinner,sun8i-a83t";
|
||
|
|
||
|
fragment@0 {
|
||
|
target-path = "/soc";
|
||
|
__overlay__ {
|
||
|
sid: eeprom@1c14000 {
|
||
|
compatible = "allwinner,sun8i-a83t-sid";
|
||
|
reg = <0x1c14000 0x400>;
|
||
|
status = "okay";
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|