mirror of
https://github.com/armbian/build.git
synced 2025-09-19 20:51:12 +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>
16 lines
236 B
Plaintext
16 lines
236 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
compatible = "radxa,zero", "amlogic,g12a";
|
|
|
|
fragment@0 {
|
|
target = <&uart_C>;
|
|
__overlay__ {
|
|
status = "okay";
|
|
pinctrl-0 = <&uart_c_pins &uart_c_cts_rts_pins>;
|
|
pinctrl-names = "default";
|
|
};
|
|
};
|
|
};
|