Add device tree filter for Pi 4 B
This commit is contained in:
parent
33f55317f7
commit
c7ee0c1acb
@ -17,6 +17,7 @@
|
|||||||
};
|
};
|
||||||
deviceTree = {
|
deviceTree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
filter = "*rpi-4-*.dtb";
|
||||||
overlays = [
|
overlays = [
|
||||||
{
|
{
|
||||||
# Adapted from: https://github.com/raspberrypi/linux/blob/rpi-6.1.y/arch/arm/boot/dts/overlays/hifiberry-digi-pro-overlay.dts
|
# Adapted from: https://github.com/raspberrypi/linux/blob/rpi-6.1.y/arch/arm/boot/dts/overlays/hifiberry-digi-pro-overlay.dts
|
||||||
@ -68,7 +69,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
'';
|
'';
|
||||||
};
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
firmware = with pkgs; [
|
firmware = with pkgs; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user