Add NXP i.MX8 SOC family support.

Currently there are two devices supported:
* imx8qm-mek
* imx8qxp-mek

Signed-off-by: Ivan Nikolaenko <ivan.nikolaenko@unikie.com>
This commit is contained in:
Ivan Nikolaenko
2023-01-18 14:49:38 +02:00
parent 26c9dbdc92
commit 75b6ec4775
15 changed files with 544 additions and 0 deletions

3
nxp/common/overlay.nix Normal file
View File

@@ -0,0 +1,3 @@
final: prev: {
linux_imx8 = final.callPackage ./bsp/linux-imx8.nix { pkgs = final; };
}