* [PATCH] m68k: remove unused mcf54xx devicetree
@ 2023-11-06 16:55 Angelo Dureghello
0 siblings, 0 replies; only message in thread
From: Angelo Dureghello @ 2023-11-06 16:55 UTC (permalink / raw)
To: trini; +Cc: u-boot, Angelo Dureghello
Remove unused devicetree, can be re-added later, in case
some board would use it.
Signed-off-by: Angelo Dureghello <angelo@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@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@80000000 {
- compatible = "simple-bus";
- #address-cells = <1>;
- #size-cells = <1>;
- ranges = <0x00000000 0x80000000 0x10000>;
- reg = <0x80000000 0x10000>;
-
- dspi0: dspi@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@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@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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-11-06 16:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-06 16:55 [PATCH] m68k: remove unused mcf54xx devicetree Angelo Dureghello
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox