mirror of
https://github.com/armbian/build.git
synced 2025-09-19 20:51:12 +02: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";
|
|
};
|
|
};
|
|
};
|
|
|
|
};
|