mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
arm: dts: Add all the imx6[q|qp|dl] sabre[auto|sd] u-boot dts[i] files
This allows us to keep the basic dts[i] files up-to-date with the ones in kernel, but at the same time allowing the u-boot to add its own properties to the existing nodes. Signed-off-by: Abel Vesa <abel.vesa@nxp.com> Reviewed-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
90571a4a19
commit
e72e3549a8
9 changed files with 73 additions and 2 deletions
6
arch/arm/dts/imx6dl-sabreauto-u-boot.dtsi
Normal file
6
arch/arm/dts/imx6dl-sabreauto-u-boot.dtsi
Normal file
|
@ -0,0 +1,6 @@
|
|||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2019 NXP
|
||||
*/
|
||||
|
||||
#include "imx6qdl-sabreauto-u-boot.dtsi"
|
6
arch/arm/dts/imx6dl-sabresd-u-boot.dtsi
Normal file
6
arch/arm/dts/imx6dl-sabresd-u-boot.dtsi
Normal file
|
@ -0,0 +1,6 @@
|
|||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2019 NXP
|
||||
*/
|
||||
|
||||
#include "imx6qdl-sabresd-u-boot.dtsi"
|
6
arch/arm/dts/imx6q-sabreauto-u-boot.dtsi
Normal file
6
arch/arm/dts/imx6q-sabreauto-u-boot.dtsi
Normal file
|
@ -0,0 +1,6 @@
|
|||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2019 NXP
|
||||
*/
|
||||
|
||||
#include "imx6qdl-sabreauto-u-boot.dtsi"
|
6
arch/arm/dts/imx6q-sabresd-u-boot.dtsi
Normal file
6
arch/arm/dts/imx6q-sabresd-u-boot.dtsi
Normal file
|
@ -0,0 +1,6 @@
|
|||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2019 NXP
|
||||
*/
|
||||
|
||||
#include "imx6qdl-sabresd-u-boot.dtsi"
|
21
arch/arm/dts/imx6qdl-sabreauto-u-boot.dtsi
Normal file
21
arch/arm/dts/imx6qdl-sabreauto-u-boot.dtsi
Normal file
|
@ -0,0 +1,21 @@
|
|||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2019 NXP
|
||||
*/
|
||||
|
||||
#include "imx6qdl-u-boot.dtsi"
|
||||
|
||||
/ {
|
||||
aliases {
|
||||
mmc0 = &usdhc3;
|
||||
};
|
||||
};
|
||||
|
||||
&usdhc3 {
|
||||
no-1-8-v;
|
||||
u-boot,dm-spl;
|
||||
};
|
||||
|
||||
&pinctrl_usdhc3 {
|
||||
u-boot,dm-spl;
|
||||
};
|
14
arch/arm/dts/imx6qdl-sabresd-u-boot.dtsi
Normal file
14
arch/arm/dts/imx6qdl-sabresd-u-boot.dtsi
Normal file
|
@ -0,0 +1,14 @@
|
|||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2019 NXP
|
||||
*/
|
||||
|
||||
#include "imx6qdl-u-boot.dtsi"
|
||||
|
||||
&usdhc3 {
|
||||
u-boot,dm-spl;
|
||||
};
|
||||
|
||||
&pinctrl_usdhc3 {
|
||||
u-boot,dm-spl;
|
||||
};
|
|
@ -7,11 +7,11 @@
|
|||
soc {
|
||||
u-boot,dm-spl;
|
||||
|
||||
aips-bus@02000000 {
|
||||
aips-bus@2000000 {
|
||||
u-boot,dm-spl;
|
||||
};
|
||||
|
||||
aips-bus@02100000 {
|
||||
aips-bus@2100000 {
|
||||
u-boot,dm-spl;
|
||||
};
|
||||
};
|
||||
|
|
6
arch/arm/dts/imx6qp-sabreauto-u-boot.dtsi
Normal file
6
arch/arm/dts/imx6qp-sabreauto-u-boot.dtsi
Normal file
|
@ -0,0 +1,6 @@
|
|||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2019 NXP
|
||||
*/
|
||||
|
||||
#include "imx6qdl-sabreauto-u-boot.dtsi"
|
6
arch/arm/dts/imx6qp-sabresd-u-boot.dtsi
Normal file
6
arch/arm/dts/imx6qp-sabresd-u-boot.dtsi
Normal file
|
@ -0,0 +1,6 @@
|
|||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2019 NXP
|
||||
*/
|
||||
|
||||
#include "imx6qdl-sabresd-u-boot.dtsi"
|
Loading…
Reference in a new issue