Skip to content

Commit

Permalink
dts: imx8qxp-mek: introduce u-boot dtsi
Browse files Browse the repository at this point in the history
Introduce u-boot dtsi for i.MX8QXP MEK board.
we do not introduce a common dtsi for SoC, because different board
has different requirement on which needs to be enabled in SPL DM.

Signed-off-by: Peng Fan <[email protected]>
  • Loading branch information
MrVan authored and sbabic committed Jan 28, 2019
1 parent f541796 commit 8e0d963
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 0 deletions.
112 changes: 112 additions & 0 deletions arch/arm/dts/fsl-imx8qxp-mek-u-boot.dtsi
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright 2018 NXP
*/

&mu {
u-boot,dm-spl;
};

&clk {
u-boot,dm-spl;
};

&iomuxc {
u-boot,dm-spl;
};

&pd_lsio {
u-boot,dm-spl;
};

&pd_lsio_gpio0 {
u-boot,dm-spl;
};

&pd_lsio_gpio1 {
u-boot,dm-spl;
};

&pd_lsio_gpio2 {
u-boot,dm-spl;
};

&pd_lsio_gpio3 {
u-boot,dm-spl;
};

&pd_lsio_gpio4 {
u-boot,dm-spl;
};

&pd_lsio_gpio5 {
u-boot,dm-spl;
};

&pd_lsio_gpio6 {
u-boot,dm-spl;
};

&pd_lsio_gpio7 {
u-boot,dm-spl;
};

&pd_conn {
u-boot,dm-spl;
};

&pd_conn_sdch0 {
u-boot,dm-spl;
};

&pd_conn_sdch1 {
u-boot,dm-spl;
};

&pd_conn_sdch2 {
u-boot,dm-spl;
};

&gpio0 {
u-boot,dm-spl;
};

&gpio1 {
u-boot,dm-spl;
};

&gpio2 {
u-boot,dm-spl;
};

&gpio3 {
u-boot,dm-spl;
};

&gpio4 {
u-boot,dm-spl;
};

&gpio5 {
u-boot,dm-spl;
};

&gpio6 {
u-boot,dm-spl;
};

&gpio7 {
u-boot,dm-spl;
};

&lpuart0 {
u-boot,dm-spl;
};

&usdhc1 {
u-boot,dm-spl;
};

&usdhc2 {
u-boot,dm-spl;
};
1 change: 1 addition & 0 deletions arch/arm/dts/fsl-imx8qxp-mek.dts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/dts-v1/;

#include "fsl-imx8qxp.dtsi"
#include "fsl-imx8qxp-mek-u-boot.dtsi"

/ {
model = "Freescale i.MX8QXP MEK";
Expand Down

0 comments on commit 8e0d963

Please sign in to comment.