nxp imx8mp-evk platform support
Signed-off-by: Ganga Ram <Ganga.Ram@tii.ae>
This commit is contained in:
parent
a597c4ad63
commit
5c2a5c00a0
10 changed files with 328 additions and 0 deletions
18
nxp/imx8mp-evk/default.nix
Normal file
18
nxp/imx8mp-evk/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{pkgs, ...}: {
|
||||
nixpkgs.overlays = [
|
||||
(import ./overlay.nix)
|
||||
];
|
||||
|
||||
imports = [
|
||||
./modules.nix
|
||||
];
|
||||
|
||||
boot.loader.grub.extraFiles = {
|
||||
"imx8mp-evk.dtb" = "${pkgs.callPackage ./bsp/imx8mp-linux.nix {}}/dtbs/freescale/imx8mp-evk.dtb";
|
||||
};
|
||||
|
||||
hardware.deviceTree = {
|
||||
filter = "imx8mp-*.dtb";
|
||||
name = "imx8mp-evk.dtb";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue