mirror of
https://github.com/armbian/build.git
synced 2025-09-18 20:21:24 +02:00
* rename .dts sources in overlay directory as *.dtso * change "target +=" line in "dts-y +=" in overlay Makefile * remove "always +=" line in overlay Makefile * add .scr compilation support in kernel scripts/Makefile.lib * patch kernel scripts/Makefile.dtbinst to avoid flattening overlay directory for the last two points, see general-add-overlay-compilation-support.patch
This document describes overlays provided in the kernel packages For generic Armbian overlays documentation please see https://docs.armbian.com/User-Guide_Allwinner_overlays/ ### Platform: rockchip (Rockchip) ### Provided overlays: - ds1307 - i2c1 - i2c4 - spi0 - spi2 - spidev0 - spidev2 - uart1 - uart2 - uart3 - uart4 - w1-gpio ### Overlay details: ### ds1307 Activates ds1307 rtc on i2c1 ### i2c1 Activate i2c1 ### i2c4 Activate i2c4 ### spi0 Activate spi0 conflicts with uart4 ### spi2 Activate spi2 ### spidev0 Activate spidev on spi0 Depends on spi0 ### spidev2 Activate spidev on spi2 depends on spi2 ### uart1 Activate uart1 ### uart2 Activate uart2 ### uart3 Activate uart3 ### uart4 Activate uart4 Conflicts with spi0 ### w1-gpio Activates 1-wire gpio master on GPIO0 17