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