[PATCH] m68k: remove unused mcf54xx devicetree
Angelo Dureghello
angelo at kernel-space.org
Mon Nov 6 17:55:25 CET 2023
Remove unused devicetree, can be re-added later, in case
some board would use it.
Signed-off-by: Angelo Dureghello <angelo at kernel-space.org>
---
arch/m68k/dts/mcf54xx.dtsi | 72 --------------------------------------
1 file changed, 72 deletions(-)
delete mode 100644 arch/m68k/dts/mcf54xx.dtsi
diff --git a/arch/m68k/dts/mcf54xx.dtsi b/arch/m68k/dts/mcf54xx.dtsi
deleted file mode 100644
index e9cebb9f74..0000000000
--- a/arch/m68k/dts/mcf54xx.dtsi
+++ /dev/null
@@ -1,72 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0+
-/*
- * Copyright (C) 2018 Angelo Dureghello <angelo at sysam.it>
- */
-
-/ {
- compatible = "fsl,mcf54x5";
-
- aliases {
- /* TO DO, clarify on serial, this SoC seems to have SPC and
- * no UARTS.
- */
- spi0 = &dspi0;
- fec0 = &fec0;
- fec1 = &fec1;
- };
-
- soc {
- compatible = "simple-bus";
- #address-cells = <1>;
- #size-cells = <1>;
-
- mbar: mbar at 80000000 {
- compatible = "simple-bus";
- #address-cells = <1>;
- #size-cells = <1>;
- ranges = <0x00000000 0x80000000 0x10000>;
- reg = <0x80000000 0x10000>;
-
- dspi0: dspi at 8a00 {
- compatible = "fsl,mcf-dspi";
- #address-cells = <1>;
- #size-cells = <0>;
- reg = <0x8a00 0x100>;
- spi-max-frequency = <50000000>;
- num-cs = <4>;
- spi-mode = <0>;
- status = "disabled";
- };
-
- fec0: ethernet at 9000 {
- compatible = "fsl,mcf-dma-fec";
- reg = <0x9000 0x800>;
- mii-base = <0>;
- max-speed = <100>;
- timeout-loop = <50000>;
- rx-task = <0>;
- tx-task = <1>;
- rx-piority = <6>;
- tx-piority = <7>;
- rx-init = <16>;
- tx-init = <17>;
- status = "disabled";
- };
-
- fec1: ethernet at 9800 {
- compatible = "fsl,mcf-dma-fec";
- reg = <0x9800 0x800>;
- mii-base = <1>;
- max-speed = <100>;
- timeout-loop = <50000>;
- rx-task = <2>;
- tx-task = <3>;
- rx-piority = <6>;
- tx-piority = <7>;
- rx-init = <30>;
- tx-init = <31>;
- status = "disabled";
- };
- };
- };
-};
--
2.42.0
More information about the U-Boot
mailing list