mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
29 lines
323 B
Plaintext
29 lines
323 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
|
|
fragment@0 {
|
|
target = <&dmc>;
|
|
__overlay__ {
|
|
status = "okay";
|
|
};
|
|
};
|
|
|
|
fragment@1 {
|
|
target = <&dmc_opp_table>;
|
|
__overlay__ {
|
|
opp-534000000 {
|
|
status = "okay";
|
|
};
|
|
opp-660000000 {
|
|
status = "disabled";
|
|
};
|
|
opp-786000000 {
|
|
status = "disabled";
|
|
};
|
|
};
|
|
};
|
|
|
|
};
|