summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/pxa2xx.dtsi
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-05-04 18:38:52 -0500
committerRob Herring <robh@kernel.org>2023-06-21 11:39:50 -0600
commit724ba6751532055db75992fc6ae21c3e322e94a7 (patch)
treec54cea784e2f7725fe18f8a5a234779b966d414a /arch/arm/boot/dts/pxa2xx.dtsi
parent6a1d798feb65d2a67e6e2cafb0b0e4f430603226 (diff)
ARM: dts: Move .dts files to vendor sub-directories
The arm dts directory has grown to 1559 boards which makes it a bit unwieldy to maintain and use. Past attempts stalled out due to plans to move .dts files out of the kernel tree. Doing that is no longer planned (any time soon at least), so let's go ahead and group .dts files by vendors. This move aligns arm with arm64 .dts file structure. There's no change to dtbs_install as the flat structure is maintained on install. The naming of vendor directories is roughly in this order of preference: - Matching original and current SoC vendor prefix/name (e.g. ti, qcom) - Current vendor prefix/name if still actively sold (SoCs which have been aquired) (e.g. nxp/imx) - Existing platform name for older platforms not sold/maintained by any company (e.g. gemini, nspire) The whole move was scripted with the exception of MAINTAINERS and a few makefile fixups. Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Michal Simek <michal.simek@amd.com> #Xilinx Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Neil Armstrong <neil.armstrong@linaro.org> Acked-by: Paul Barker <paul.barker@sancloud.com> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Gregory CLEMENT <gregory.clement@bootlin.com> Acked-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Wei Xu <xuwei5@hisilicon.com> #hisilicon Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Nick Hawkins <nick.hawkins@hpe.com> Acked-by: Baruch Siach <baruch@tkos.co.il> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Acked-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> Acked-by: Peter Rosin <peda@axentia.se> Acked-by: Jesper Nilsson <jesper.nilsson@axis.com> Acked-by: Sudeep Holla <sudeep.holla@arm.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> #broadcom Acked-by: Manivannan Sadhasivam <mani@kernel.org> Reviewed-by: Jisheng Zhang <jszhang@kernel.org> Acked-by: Patrice Chotard <patrice.chotard@foss.st.com> Acked-by: Romain Perier <romain.perier@gmail.com> Acked-by: Alexandre TORGUE <alexandre.torgue@st.com> Acked-by: Shawn Guo <shawnguo@kernel.org> Acked-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Acked-by: Enric Balletbo i Serra <eballetbo@gmail.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/pxa2xx.dtsi')
-rw-r--r--arch/arm/boot/dts/pxa2xx.dtsi162
1 files changed, 0 insertions, 162 deletions
diff --git a/arch/arm/boot/dts/pxa2xx.dtsi b/arch/arm/boot/dts/pxa2xx.dtsi
deleted file mode 100644
index 84154c43fe65..000000000000
--- a/arch/arm/boot/dts/pxa2xx.dtsi
+++ /dev/null
@@ -1,162 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
-/*
- * pxa2xx.dtsi - Device Tree Include file for Marvell PXA2xx family SoC
- *
- * Copyright (C) 2011 Marek Vasut <marek.vasut@gmail.com>
- */
-
-#include "dt-bindings/clock/pxa-clock.h"
-
-#define PMGROUP(pin) #pin
-#define PMMUX(func, pin, af) \
- mux- ## func { \
- groups = PMGROUP(P ## pin); \
- function = #af; \
- }
-#define PMMUX_LPM_LOW(func, pin, af) \
- mux- ## func { \
- groups = PMGROUP(P ## pin); \
- function = #af; \
- low-power-disable; \
- }
-#define PMMUX_LPM_HIGH(func, pin, af) \
- mux- ## func { \
- groups = PMGROUP(P ## pin); \
- function = #af; \
- low-power-enable; \
- }
-
-/ {
- #address-cells = <1>;
- #size-cells = <1>;
- model = "Marvell PXA2xx family SoC";
- compatible = "marvell,pxa2xx";
- interrupt-parent = <&pxairq>;
-
- aliases {
- serial0 = &ffuart;
- serial1 = &btuart;
- serial2 = &stuart;
- serial3 = &hwuart;
- i2c0 = &pwri2c;
- i2c1 = &pxai2c1;
- };
-
- cpus {
- cpu {
- compatible = "marvell,xscale";
- device_type = "cpu";
- };
- };
-
- pxabus {
- compatible = "simple-bus";
- #address-cells = <1>;
- #size-cells = <1>;
- ranges;
-
- pxairq: interrupt-controller@40d00000 {
- #interrupt-cells = <1>;
- compatible = "marvell,pxa-intc";
- interrupt-controller;
- interrupt-parent;
- marvell,intc-nr-irqs = <32>;
- reg = <0x40d00000 0xd0>;
- };
-
- gpio: gpio@40e00000 {
- compatible = "mrvl,pxa-gpio";
- #address-cells = <0x1>;
- #size-cells = <0x1>;
- reg = <0x40e00000 0x10000>;
- gpio-controller;
- #gpio-cells = <0x2>;
- interrupts = <8>, <9>, <10>;
- interrupt-names = "gpio0", "gpio1", "gpio_mux";
- interrupt-controller;
- #interrupt-cells = <0x2>;
- ranges;
-
- gcb0: gpio@40e00000 {
- reg = <0x40e00000 0x4>;
- };
-
- gcb1: gpio@40e00004 {
- reg = <0x40e00004 0x4>;
- };
-
- gcb2: gpio@40e00008 {
- reg = <0x40e00008 0x4>;
- };
- gcb3: gpio@40e0000c {
- reg = <0x40e0000c 0x4>;
- };
- };
-
- ffuart: serial@40100000 {
- compatible = "mrvl,pxa-uart";
- reg = <0x40100000 0x30>;
- interrupts = <22>;
- clocks = <&clks CLK_FFUART>;
- status = "disabled";
- };
-
- btuart: serial@40200000 {
- compatible = "mrvl,pxa-uart";
- reg = <0x40200000 0x30>;
- interrupts = <21>;
- clocks = <&clks CLK_BTUART>;
- status = "disabled";
- };
-
- stuart: serial@40700000 {
- compatible = "mrvl,pxa-uart";
- reg = <0x40700000 0x30>;
- interrupts = <20>;
- clocks = <&clks CLK_STUART>;
- status = "disabled";
- };
-
- hwuart: serial@41600000 {
- compatible = "mrvl,pxa-uart";
- reg = <0x41600000 0x30>;
- interrupts = <7>;
- status = "disabled";
- };
-
- pxai2c1: i2c@40301680 {
- compatible = "mrvl,pxa-i2c";
- reg = <0x40301680 0x30>;
- interrupts = <18>;
- clocks = <&clks CLK_I2C>;
- #address-cells = <0x1>;
- #size-cells = <0>;
- status = "disabled";
- };
-
- mmc0: mmc@41100000 {
- compatible = "marvell,pxa-mmc";
- reg = <0x41100000 0x1000>;
- interrupts = <23>;
- clocks = <&clks CLK_MMC>;
- dmas = <&pdma 21 3
- &pdma 22 3>;
- dma-names = "rx", "tx";
- status = "disabled";
- };
-
- rtc@40900000 {
- compatible = "marvell,pxa-rtc";
- reg = <0x40900000 0x3c>;
- interrupts = <30 31>;
- };
-
- lcdc: lcd-controller@40500000 {
- compatible = "marvell,pxa2xx-lcdc";
- reg = <0x44000000 0x10000>;
- interrupts = <17>;
- clocks = <&clks CLK_LCD>;
- status = "disabled";
- };
- };
-};