mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 19:46:10 +01:00
raspberry-pi-4: fix devicetree filter
This commit is contained in:
parent
5e6a546334
commit
f6abeb027b
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ in {
|
|||
};
|
||||
config = lib.mkIf cfg.enable {
|
||||
hardware.raspberry-pi."4".apply-overlays-dtmerge.enable = lib.mkDefault true;
|
||||
hardware.deviceTree.filter = "*-rpi-4-*.dtb";
|
||||
hardware.deviceTree.overlays = [
|
||||
# https://github.com/raspberrypi/linux/blob/rpi-6.1.y/arch/arm/boot/dts/overlays/spi0-0cs-overlay.dts
|
||||
# https://github.com/raspberrypi/linux/blob/rpi-6.1.y/arch/arm/boot/dts/overlays/rpi-tv-overlay.dts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue