m68k: add initial dts files for all m68k boards
This patch adds basic dts files for all the m68k boards. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Angelo Dureghello <angelo@sysam.it> [trini: Add CONFIG_TARGET_M5329EVB dtbs and update M5329EVB defconfigs] Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
24bf41ce59
commit
aa54e45ffc
22
arch/m68k/dts/M5208EVBE.dts
Normal file
22
arch/m68k/dts/M5208EVBE.dts
Normal file
@ -0,0 +1,22 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5208.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5208EVBE";
|
||||
compatible = "fsl,M5208EVBE";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
25
arch/m68k/dts/M52277EVB.dts
Normal file
25
arch/m68k/dts/M52277EVB.dts
Normal file
@ -0,0 +1,25 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5227x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M52277EVB";
|
||||
compatible = "fsl,M52277EVB";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dspi0 {
|
||||
status = "okay";
|
||||
};
|
22
arch/m68k/dts/M52277EVB_stmicro.dts
Normal file
22
arch/m68k/dts/M52277EVB_stmicro.dts
Normal file
@ -0,0 +1,22 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5227x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M52277_stmicro";
|
||||
compatible = "fsl,M52277_stmicro";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
22
arch/m68k/dts/M5235EVB.dts
Normal file
22
arch/m68k/dts/M5235EVB.dts
Normal file
@ -0,0 +1,22 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf523x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5235EVB";
|
||||
compatible = "fsl,M5235EVB";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
22
arch/m68k/dts/M5235EVB_Flash32.dts
Normal file
22
arch/m68k/dts/M5235EVB_Flash32.dts
Normal file
@ -0,0 +1,22 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf523x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5235EVB_Flash32";
|
||||
compatible = "fsl,M5235EVB_Flash32";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
22
arch/m68k/dts/M5249EVB.dts
Normal file
22
arch/m68k/dts/M5249EVB.dts
Normal file
@ -0,0 +1,22 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5249.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5249EVB";
|
||||
compatible = "fsl,M5249EVB";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
22
arch/m68k/dts/M5253DEMO.dts
Normal file
22
arch/m68k/dts/M5253DEMO.dts
Normal file
@ -0,0 +1,22 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5253.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5253DEMO";
|
||||
compatible = "fsl,M5253DEMO";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
22
arch/m68k/dts/M5272C3.dts
Normal file
22
arch/m68k/dts/M5272C3.dts
Normal file
@ -0,0 +1,22 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5272.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5272C3";
|
||||
compatible = "fsl,M5272C3";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
22
arch/m68k/dts/M5275EVB.dts
Normal file
22
arch/m68k/dts/M5275EVB.dts
Normal file
@ -0,0 +1,22 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5275.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5275EVB";
|
||||
compatible = "fsl,M5275EVB";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
22
arch/m68k/dts/M5282EVB.dts
Normal file
22
arch/m68k/dts/M5282EVB.dts
Normal file
@ -0,0 +1,22 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5282.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5282EVB";
|
||||
compatible = "fsl,M5282EVB";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
22
arch/m68k/dts/M53017EVB.dts
Normal file
22
arch/m68k/dts/M53017EVB.dts
Normal file
@ -0,0 +1,22 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5301x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M53017EVB";
|
||||
compatible = "fsl,M53017EVB";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
22
arch/m68k/dts/M5329AFEE.dts
Normal file
22
arch/m68k/dts/M5329AFEE.dts
Normal file
@ -0,0 +1,22 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5329.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5329AFEE";
|
||||
compatible = "fsl,M5329AFEE";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
22
arch/m68k/dts/M5329BFEE.dts
Normal file
22
arch/m68k/dts/M5329BFEE.dts
Normal file
@ -0,0 +1,22 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5329.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5329BFEE";
|
||||
compatible = "fsl,M5329BFEE";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
22
arch/m68k/dts/M5373EVB.dts
Normal file
22
arch/m68k/dts/M5373EVB.dts
Normal file
@ -0,0 +1,22 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf537x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5373EVB";
|
||||
compatible = "fsl,M5373EVB";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
25
arch/m68k/dts/M54418TWR.dts
Normal file
25
arch/m68k/dts/M54418TWR.dts
Normal file
@ -0,0 +1,25 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5441x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M54418TWR";
|
||||
compatible = "fsl,M54418TWR";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dspi0 {
|
||||
status = "okay";
|
||||
};
|
25
arch/m68k/dts/M54418TWR_nand_mii.dts
Normal file
25
arch/m68k/dts/M54418TWR_nand_mii.dts
Normal file
@ -0,0 +1,25 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5441x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M54418TWR_nand_mii";
|
||||
compatible = "fsl,M54418TWR_nand_mii";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dspi0 {
|
||||
status = "okay";
|
||||
};
|
25
arch/m68k/dts/M54418TWR_nand_rmii.dts
Normal file
25
arch/m68k/dts/M54418TWR_nand_rmii.dts
Normal file
@ -0,0 +1,25 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5441x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M54418TWR_nand_rmii";
|
||||
compatible = "fsl,M54418TWR_nand_rmii";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dspi0 {
|
||||
status = "okay";
|
||||
};
|
25
arch/m68k/dts/M54418TWR_nand_rmii_lowfreq.dts
Normal file
25
arch/m68k/dts/M54418TWR_nand_rmii_lowfreq.dts
Normal file
@ -0,0 +1,25 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5441x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M54418TWR_nand_rmii_lowfreq";
|
||||
compatible = "fsl,M54418TWR_nand_rmii_lowfreq";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dspi0 {
|
||||
status = "okay";
|
||||
};
|
25
arch/m68k/dts/M54418TWR_serial_mii.dts
Normal file
25
arch/m68k/dts/M54418TWR_serial_mii.dts
Normal file
@ -0,0 +1,25 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5441x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M54418TWR_serial_mii";
|
||||
compatible = "fsl,M54418TWR_serial_mii";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dspi0 {
|
||||
status = "okay";
|
||||
};
|
25
arch/m68k/dts/M54418TWR_serial_rmii.dts
Normal file
25
arch/m68k/dts/M54418TWR_serial_rmii.dts
Normal file
@ -0,0 +1,25 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5441x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M54418TWR_serial_rmii";
|
||||
compatible = "fsl,M54418TWR_serial_rmii";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dspi0 {
|
||||
status = "okay";
|
||||
};
|
25
arch/m68k/dts/M54451EVB.dts
Normal file
25
arch/m68k/dts/M54451EVB.dts
Normal file
@ -0,0 +1,25 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5445x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M54451EVB";
|
||||
compatible = "fsl,M54451EVB";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dspi0 {
|
||||
status = "okay";
|
||||
};
|
25
arch/m68k/dts/M54451EVB_stmicro.dts
Normal file
25
arch/m68k/dts/M54451EVB_stmicro.dts
Normal file
@ -0,0 +1,25 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5445x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M54451EVB_stmicro";
|
||||
compatible = "fsl,M54451EVB";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dspi0 {
|
||||
status = "okay";
|
||||
};
|
25
arch/m68k/dts/M54455EVB.dts
Normal file
25
arch/m68k/dts/M54455EVB.dts
Normal file
@ -0,0 +1,25 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5445x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M54455EVB";
|
||||
compatible = "fsl,M54455EVB";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dspi0 {
|
||||
status = "okay";
|
||||
};
|
25
arch/m68k/dts/M54455EVB_a66.dts
Normal file
25
arch/m68k/dts/M54455EVB_a66.dts
Normal file
@ -0,0 +1,25 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5445x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M54455EVB_a66";
|
||||
compatible = "fsl,M54455EVB_a66";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dspi0 {
|
||||
status = "okay";
|
||||
};
|
25
arch/m68k/dts/M54455EVB_i66.dts
Normal file
25
arch/m68k/dts/M54455EVB_i66.dts
Normal file
@ -0,0 +1,25 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5445x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M54455EVB_i66";
|
||||
compatible = "fsl,M54455EVB_i66";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dspi0 {
|
||||
status = "okay";
|
||||
};
|
26
arch/m68k/dts/M54455EVB_intel.dts
Normal file
26
arch/m68k/dts/M54455EVB_intel.dts
Normal file
@ -0,0 +1,26 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5445x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M54455EVB_intel";
|
||||
compatible = "fsl,M5275EVB_intel";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dspi0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
25
arch/m68k/dts/M54455EVB_stm33.dts
Normal file
25
arch/m68k/dts/M54455EVB_stm33.dts
Normal file
@ -0,0 +1,25 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5445x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M54455EVB_stm33";
|
||||
compatible = "fsl,M5275EVB_stm33";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dspi0 {
|
||||
status = "okay";
|
||||
};
|
13
arch/m68k/dts/M5475AFE.dts
Normal file
13
arch/m68k/dts/M5475AFE.dts
Normal file
@ -0,0 +1,13 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf54xx.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5475AFE";
|
||||
compatible = "fsl,M5475AFE";
|
||||
};
|
||||
|
13
arch/m68k/dts/M5475BFE.dts
Normal file
13
arch/m68k/dts/M5475BFE.dts
Normal file
@ -0,0 +1,13 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf54xx.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5475BFE";
|
||||
compatible = "fsl,M5475BFE";
|
||||
};
|
||||
|
13
arch/m68k/dts/M5475CFE.dts
Normal file
13
arch/m68k/dts/M5475CFE.dts
Normal file
@ -0,0 +1,13 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf54xx.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5475CFE";
|
||||
compatible = "fsl,M5475CFE";
|
||||
};
|
||||
|
13
arch/m68k/dts/M5475DFE.dts
Normal file
13
arch/m68k/dts/M5475DFE.dts
Normal file
@ -0,0 +1,13 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf54xx.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5475DFE";
|
||||
compatible = "fsl,M5475DFE";
|
||||
};
|
||||
|
13
arch/m68k/dts/M5475EFE.dts
Normal file
13
arch/m68k/dts/M5475EFE.dts
Normal file
@ -0,0 +1,13 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf54xx.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5475EFE";
|
||||
compatible = "fsl,M5475EFE";
|
||||
};
|
||||
|
13
arch/m68k/dts/M5475FFE.dts
Normal file
13
arch/m68k/dts/M5475FFE.dts
Normal file
@ -0,0 +1,13 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf54xx.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5475FFE";
|
||||
compatible = "fsl,M5475FFE";
|
||||
};
|
||||
|
13
arch/m68k/dts/M5475GFE.dts
Normal file
13
arch/m68k/dts/M5475GFE.dts
Normal file
@ -0,0 +1,13 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf54xx.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5475GFE";
|
||||
compatible = "fsl,M5475GFE";
|
||||
};
|
||||
|
17
arch/m68k/dts/M5485AFE.dts
Normal file
17
arch/m68k/dts/M5485AFE.dts
Normal file
@ -0,0 +1,17 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf54xx.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5485AFE";
|
||||
compatible = "fsl,M5485AFE";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
17
arch/m68k/dts/M5485BFE.dts
Normal file
17
arch/m68k/dts/M5485BFE.dts
Normal file
@ -0,0 +1,17 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf54xx.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5485BFE";
|
||||
compatible = "fsl,M5485BFE";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
17
arch/m68k/dts/M5485CFE.dts
Normal file
17
arch/m68k/dts/M5485CFE.dts
Normal file
@ -0,0 +1,17 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf54xx.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5485CFE";
|
||||
compatible = "fsl,M5485CFE";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
17
arch/m68k/dts/M5485DFE.dts
Normal file
17
arch/m68k/dts/M5485DFE.dts
Normal file
@ -0,0 +1,17 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf54xx.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5485DFE";
|
||||
compatible = "fsl,M5485DFE";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
17
arch/m68k/dts/M5485EFE.dts
Normal file
17
arch/m68k/dts/M5485EFE.dts
Normal file
@ -0,0 +1,17 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf54xx.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5485EFE";
|
||||
compatible = "fsl,M5485EFE";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
17
arch/m68k/dts/M5485FFE.dts
Normal file
17
arch/m68k/dts/M5485FFE.dts
Normal file
@ -0,0 +1,17 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf54xx.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5485FFE";
|
||||
compatible = "fsl,M5485FFE";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
17
arch/m68k/dts/M5485GFE.dts
Normal file
17
arch/m68k/dts/M5485GFE.dts
Normal file
@ -0,0 +1,17 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf54xx.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5485GFE";
|
||||
compatible = "fsl,M5485GFE";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
17
arch/m68k/dts/M5485HFE.dts
Normal file
17
arch/m68k/dts/M5485HFE.dts
Normal file
@ -0,0 +1,17 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf54xx.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Freescale M5485HFE";
|
||||
compatible = "fsl,M5485HFE";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
59
arch/m68k/dts/Makefile
Normal file
59
arch/m68k/dts/Makefile
Normal file
@ -0,0 +1,59 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
|
||||
dtb-$(CONFIG_TARGET_M52277EVB) += M52277EVB.dtb \
|
||||
M52277EVB_stmicro.dtb
|
||||
dtb-$(CONFIG_TARGET_M5235EVB) += M5235EVB.dtb \
|
||||
M5235EVB_Flash32.dtb
|
||||
dtb-$(CONFIG_TARGET_COBRA5272) += cobra5272.dtb
|
||||
dtb-$(CONFIG_TARGET_EB_CPU5282) += eb_cpu5282.dtb \
|
||||
eb_cpu5282_internal.dtb
|
||||
dtb-$(CONFIG_TARGET_M5208EVBE) += M5208EVBE.dtb
|
||||
dtb-$(CONFIG_TARGET_M5249EVB) += M5249EVB.dtb
|
||||
dtb-$(CONFIG_TARGET_M5253DEMO) += M5253DEMO.dtb
|
||||
dtb-$(CONFIG_TARGET_M5272C3) += M5272C3.dtb
|
||||
dtb-$(CONFIG_TARGET_M5275EVB) += M5275EVB.dtb
|
||||
dtb-$(CONFIG_TARGET_M5282EVB) += M5282EVB.dtb
|
||||
dtb-$(CONFIG_TARGET_ASTRO_MCF5373L) += astro_mcf5373l.dtb
|
||||
dtb-$(CONFIG_TARGET_M53017EVB) += M53017EVB.dtb
|
||||
dtb-$(CONFIG_TARGET_M5329EVB) += M5329AFEE.dtb M5329BFEE.dtb
|
||||
dtb-$(CONFIG_TARGET_M5373EVB) += M5373EVB.dtb
|
||||
dtb-$(CONFIG_TARGET_M54418TWR) += M54418TWR.dtb \
|
||||
M54418TWR_nand_mii.dtb \
|
||||
M54418TWR_nand_rmii.dtb \
|
||||
M54418TWR_serial_mii.dtb \
|
||||
M54418TWR_serial_rmii.dtb \
|
||||
M54418TWR_nand_rmii_lowfreq.dtb
|
||||
dtb-$(CONFIG_TARGET_M54451EVB) += M54451EVB.dtb \
|
||||
M54451EVB_stmicro.dtb
|
||||
dtb-$(CONFIG_TARGET_M54455EVB) += M54455EVB.dtb \
|
||||
M54455EVB_intel.dtb \
|
||||
M54455EVB_stm33.dtb \
|
||||
M54455EVB_a66.dtb \
|
||||
M54455EVB_i66.dtb
|
||||
dtb-$(CONFIG_TARGET_AMCORE) += amcore.dtb
|
||||
dtb-$(CONFIG_TARGET_STMARK2) += stmark2.dtb
|
||||
dtb-$(CONFIG_TARGET_M5475EVB) += M5475AFE.dtb \
|
||||
M5475BFE.dtb \
|
||||
M5475CFE.dtb \
|
||||
M5475DFE.dtb \
|
||||
M5475EFE.dtb \
|
||||
M5475FFE.dtb \
|
||||
M5475GFE.dtb
|
||||
dtb-$(CONFIG_TARGET_M5485EVB) += M5485AFE.dtb \
|
||||
M5485BFE.dtb \
|
||||
M5485CFE.dtb \
|
||||
M5485DFE.dtb \
|
||||
M5485EFE.dtb \
|
||||
M5485FFE.dtb \
|
||||
M5485GFE.dtb \
|
||||
M5485HFE.dtb
|
||||
|
||||
targets += $(dtb-y)
|
||||
|
||||
DTC_FLAGS += -R 4 -p 0x1000
|
||||
|
||||
PHONY += dtbs
|
||||
dtbs: $(addprefix $(obj)/, $(dtb-y))
|
||||
@:
|
||||
|
||||
clean-files := *.dtb
|
22
arch/m68k/dts/amcore.dts
Normal file
22
arch/m68k/dts/amcore.dts
Normal file
@ -0,0 +1,22 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5307.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Sysam AMCORE";
|
||||
compatible = "sysam,AMCORE";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
22
arch/m68k/dts/astro_mcf5373l.dts
Normal file
22
arch/m68k/dts/astro_mcf5373l.dts
Normal file
@ -0,0 +1,22 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf537x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Astro mcf5373l";
|
||||
compatible = "astro,mcf5373l";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
22
arch/m68k/dts/cobra5272.dts
Normal file
22
arch/m68k/dts/cobra5272.dts
Normal file
@ -0,0 +1,22 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5272.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Cobra 5272";
|
||||
compatible = "cobra,M5272";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
22
arch/m68k/dts/eb_cpu5282.dts
Normal file
22
arch/m68k/dts/eb_cpu5282.dts
Normal file
@ -0,0 +1,22 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5282.dtsi"
|
||||
|
||||
/ {
|
||||
model = "BuS eb_cpuM5282";
|
||||
compatible = "bus,eb_cpuM5282";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
22
arch/m68k/dts/eb_cpu5282_internal.dts
Normal file
22
arch/m68k/dts/eb_cpu5282_internal.dts
Normal file
@ -0,0 +1,22 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5282.dtsi"
|
||||
|
||||
/ {
|
||||
model = "BuS eb_cpu5282_internals";
|
||||
compatible = "bus,eb_cpu5282_internals";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
34
arch/m68k/dts/stmark2.dts
Normal file
34
arch/m68k/dts/stmark2.dts
Normal file
@ -0,0 +1,34 @@
|
||||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright (C) 2018 Angelo Dureghello <angelo@sysam.it>
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/include/ "mcf5441x.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Sysam stmark2";
|
||||
compatible = "sysam,stmark2";
|
||||
|
||||
chosen {
|
||||
stdout-path = "serial0:115200n8";
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
u-boot,dm-pre-reloc;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&dspi0 {
|
||||
spi-mode = <3>;
|
||||
status = "okay";
|
||||
|
||||
flash: is25lp128@1 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "spi-flash";
|
||||
spi-max-frequency = <60000000>;
|
||||
reg = <1>;
|
||||
};
|
||||
};
|
@ -1,6 +1,7 @@
|
||||
CONFIG_M68K=y
|
||||
CONFIG_SYS_TEXT_BASE=0x0
|
||||
CONFIG_TARGET_M5329EVB=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="M5329AFEE"
|
||||
CONFIG_SYS_EXTRA_OPTIONS="NANDFLASH_SIZE=0"
|
||||
CONFIG_BOOTDELAY=1
|
||||
# CONFIG_DISPLAY_BOARDINFO is not set
|
||||
|
@ -1,6 +1,7 @@
|
||||
CONFIG_M68K=y
|
||||
CONFIG_SYS_TEXT_BASE=0x0
|
||||
CONFIG_TARGET_M5329EVB=y
|
||||
CONFIG_DEFAULT_DEVICE_TREE="M5329BFEE"
|
||||
CONFIG_SYS_EXTRA_OPTIONS="NANDFLASH_SIZE=16"
|
||||
CONFIG_BOOTDELAY=1
|
||||
# CONFIG_DISPLAY_BOARDINFO is not set
|
||||
|
Loading…
Reference in New Issue
Block a user