mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* general: extra: meson64 overlays: `radxa zero` Radxa Zero: Add overlays for serial i2c and spi. BPI-M2S/M5: Add RTL8822CS overlays for each unit. Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com> * v2: general: extra: meson64 overlays: `radxa zero` compatible = "armbian,spi-dev"; Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com> --------- Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com> Co-authored-by: Patrick Yavitz <pyavitz@xxxxx.com>
18 lines
268 B
Plaintext
18 lines
268 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
compatible = "radxa,zero", "amlogic,g12a";
|
|
|
|
fragment@0 {
|
|
target = <&pwm_AO_ab>;
|
|
__overlay__ {
|
|
status = "okay";
|
|
pinctrl-0 = <&pwm_ao_a_pins>;
|
|
pinctrl-names = "default";
|
|
clocks = <&xtal>;
|
|
clock-names = "clkin3";
|
|
};
|
|
};
|
|
};
|