mirror of
https://github.com/armbian/build.git
synced 2025-08-22 06:51:23 +02:00
* converted dtb/dtbo patches to directories instead of patches * add led-conf8 for h20_221_v1.71 board
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";
|
|
};
|
|
};
|
|
};
|
|
|
|
};
|