mirror of
https://github.com/armbian/build.git
synced 2025-08-21 22:41:19 +02:00
* converted dtb/dtbo patches to directories instead of patches * add led-conf8 for h20_221_v1.71 board
29 lines
319 B
Plaintext
29 lines
319 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 = "okay";
|
|
};
|
|
opp-786000000 {
|
|
status = "disabled";
|
|
};
|
|
};
|
|
};
|
|
|
|
};
|