forked from u-boot/u-boot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dts: imx8qxp-mek: introduce u-boot dtsi
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
Showing
2 changed files
with
113 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters