14 lines
144 B
Plaintext
14 lines
144 B
Plaintext
//For RockPI-S: enable SDnand chip
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
fragment@0 {
|
|
target = <&emmc>;
|
|
__overlay__ {
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|