mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
18 lines
265 B
Plaintext
18 lines
265 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
compatible = "radxa,zero", "amlogic,g12a";
|
|
|
|
fragment@0 {
|
|
target = <&pwm_cd>;
|
|
__overlay__ {
|
|
status = "okay";
|
|
pinctrl-0 = <&pwm_c_x8_pins>;
|
|
pinctrl-names = "default";
|
|
clocks = <&xtal>;
|
|
clock-names = "clkin2";
|
|
};
|
|
};
|
|
};
|