dtbs
This commit is contained in:
@@ -15,14 +15,14 @@ in
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
name = "pisound-pi5-overlay";
|
name = "pisound-pi5-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/pisound-pi5-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/pisound-pi5-overlay.dts";
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
else
|
else
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
name = "pisound-overlay";
|
name = "pisound-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/pisound-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/pisound-overlay.dts";
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -15,14 +15,14 @@ in
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
name = "disable-bt-pi5-overlay";
|
name = "disable-bt-pi5-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/disable-bt-pi5-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/disable-bt-pi5-overlay.dts";
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
else
|
else
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
name = "disable-bt-overlay";
|
name = "disable-bt-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/disable-bt-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/disable-bt-overlay.dts";
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -249,7 +249,7 @@ in
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
name = "bcm2712d0-overlay";
|
name = "bcm2712d0-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/bcm2712d0-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/bcm2712d0-overlay.dts";
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -14,46 +14,46 @@ in
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
name = "i2c0-pi5-overlay";
|
name = "i2c0-pi5-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/i2c0-pi5-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/i2c0-pi5-overlay.dts";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "i2c1-pi5-overlay";
|
name = "i2c1-pi5-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/i2c1-pi5-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/i2c1-pi5-overlay.dts";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "i2c2-pi5-overlay";
|
name = "i2c2-pi5-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/i2c2-pi5-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/i2c2-pi5-overlay.dts";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "i2c3-pi5-overlay";
|
name = "i2c3-pi5-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/i2c3-pi5-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/i2c3-pi5-overlay.dts";
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
else
|
else
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
name = "i2c0-overlay";
|
name = "i2c0-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/i2c0-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/i2c0-overlay.dts";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "i2c1-overlay";
|
name = "i2c1-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/i2c1-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/i2c1-overlay.dts";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "i2c3-overlay";
|
name = "i2c3-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/i2c3-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/i2c3-overlay.dts";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "i2c4-overlay";
|
name = "i2c4-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/i2c4-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/i2c4-overlay.dts";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "i2c5-overlay";
|
name = "i2c5-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/i2c5-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/i2c5-overlay.dts";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "i2c6-overlay";
|
name = "i2c6-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/i2c6-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/i2c6-overlay.dts";
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -14,20 +14,20 @@ in
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
name = "vc4-fkms-v3d-pi4-overlay";
|
name = "vc4-fkms-v3d-pi4-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/vc4-fkms-v3d-pi4-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/vc4-fkms-v3d-pi4-overlay.dts";
|
||||||
}
|
}
|
||||||
] ++ (if (variant == "5") then
|
] ++ (if (variant == "5") then
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
name = "vc4-kms-v3d-pi5-overlay";
|
name = "vc4-kms-v3d-pi5-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/vc4-kms-v3d-pi5-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/vc4-kms-v3d-pi5-overlay.dts";
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
else
|
else
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
name = "vc4-kms-v3d-pi4-overlay";
|
name = "vc4-kms-v3d-pi4-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/vc4-kms-v3d-pi4-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/vc4-kms-v3d-pi4-overlay.dts";
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -16,8 +16,8 @@ in
|
|||||||
filter = (if (variant == "5") then "*pi5*" else "*rpi-4-b*");
|
filter = (if (variant == "5") then "*pi5*" else "*rpi-4-b*");
|
||||||
dtsFile = (
|
dtsFile = (
|
||||||
if (variant == "5")
|
if (variant == "5")
|
||||||
then "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/pwm-pio-overlay.dts"
|
then "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/pwm-pio-overlay.dts"
|
||||||
else "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/pwm1-overlay.dts"
|
else "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/pwm1-overlay.dts"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -15,18 +15,18 @@ in
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
name = "disable-wifi-pi5-overlay";
|
name = "disable-wifi-pi5-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/disable-wifi-pi5-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/disable-wifi-pi5-overlay.dts";
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
else
|
else
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
name = "disable-wifi-overlay";
|
name = "disable-wifi-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/disable-wifi-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/disable-wifi-overlay.dts";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "wifimac-overlay";
|
name = "wifimac-overlay";
|
||||||
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/share/raspberrypi-overlays/wifimac-overlay.dts";
|
dtsFile = "${pkgs.${namespace}.raspberrypi-overlays}/dtbs/raspberrypi-overlays/wifimac-overlay.dts";
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user