mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* Fix wifi drivers on kernel v6.16 These patches can get deleted after merged upstream. * initial commit * fix header * remove ssv6051 driver --------- Co-authored-by: amazingfate <liujianfeng1994@gmail.com>
31 lines
365 B
Plaintext
31 lines
365 B
Plaintext
/dts-v1/;
|
|
|
|
/ {
|
|
compatible = "rockchip,rk3328";
|
|
|
|
fragment@0 {
|
|
target-path = "/spi@ff190000";
|
|
|
|
__overlay__ {
|
|
spi_for_lcd@0 {
|
|
status = "disabled";
|
|
};
|
|
spi_for_touch@1 {
|
|
status = "disabled";
|
|
};
|
|
};
|
|
};
|
|
|
|
fragment@1 {
|
|
target = <0xffffffff>;
|
|
|
|
__overlay__ {
|
|
status = "okay";
|
|
};
|
|
};
|
|
|
|
__fixups__ {
|
|
uart1 = "/fragment@1:target:0";
|
|
};
|
|
};
|