summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
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/aspeed-bmc-opp-palmetto.dts
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/aspeed-bmc-opp-palmetto.dts')
-rw-r--r--arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts373
1 files changed, 0 insertions, 373 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
deleted file mode 100644
index 45631b47a7b3..000000000000
--- a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
+++ /dev/null
@@ -1,373 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0+
-/dts-v1/;
-
-#include "aspeed-g4.dtsi"
-#include <dt-bindings/gpio/aspeed-gpio.h>
-
-/ {
- model = "Palmetto BMC";
- compatible = "tyan,palmetto-bmc", "aspeed,ast2400";
-
- chosen {
- stdout-path = &uart5;
- bootargs = "console=ttyS4,115200 earlycon";
- };
-
- memory@40000000 {
- reg = <0x40000000 0x20000000>;
- };
-
- reserved-memory {
- #address-cells = <1>;
- #size-cells = <1>;
- ranges;
-
- vga_memory: framebuffer@5f000000 {
- no-map;
- reg = <0x5f000000 0x01000000>; /* 16M */
- };
-
- coldfire_memory: codefire_memory@5ee00000 {
- reg = <0x5ee00000 0x00200000>;
- no-map;
- };
-
- flash_memory: region@5c000000 {
- no-map;
- reg = <0x5C000000 0x02000000>; /* 32MB */
- };
- };
-
- leds {
- compatible = "gpio-leds";
-
- heartbeat {
- gpios = <&gpio ASPEED_GPIO(R, 4) GPIO_ACTIVE_LOW>;
- };
-
- power {
- gpios = <&gpio ASPEED_GPIO(R, 5) GPIO_ACTIVE_LOW>;
- };
-
- identify {
- gpios = <&gpio ASPEED_GPIO(A, 2) GPIO_ACTIVE_LOW>;
- };
- };
-
- fsi: gpio-fsi {
- compatible = "aspeed,ast2400-cf-fsi-master", "fsi-master";
- #address-cells = <2>;
- #size-cells = <0>;
-
- memory-region = <&coldfire_memory>;
- aspeed,sram = <&sram>;
- aspeed,cvic = <&cvic>;
-
- clock-gpios = <&gpio ASPEED_GPIO(A, 4) GPIO_ACTIVE_HIGH>;
- data-gpios = <&gpio ASPEED_GPIO(A, 5) GPIO_ACTIVE_HIGH>;
- mux-gpios = <&gpio ASPEED_GPIO(A, 6) GPIO_ACTIVE_HIGH>;
- enable-gpios = <&gpio ASPEED_GPIO(D, 0) GPIO_ACTIVE_HIGH>;
- trans-gpios = <&gpio ASPEED_GPIO(H, 6) GPIO_ACTIVE_HIGH>;
- };
-
- gpio-keys {
- compatible = "gpio-keys";
-
- event-checkstop {
- label = "checkstop";
- gpios = <&gpio ASPEED_GPIO(P, 5) GPIO_ACTIVE_LOW>;
- linux,code = <ASPEED_GPIO(P, 5)>;
- };
- };
-};
-
-&fmc {
- status = "okay";
- flash@0 {
- status = "okay";
- m25p,fast-read;
- label = "bmc";
- spi-max-frequency = <50000000>;
-#include "openbmc-flash-layout.dtsi"
- };
-};
-
-&spi {
- status = "okay";
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_spi1debug_default>;
-
- flash@0 {
- status = "okay";
- m25p,fast-read;
- spi-max-frequency = <50000000>;
- label = "pnor";
- };
-};
-
-&pinctrl {
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_flbusy_default &pinctrl_flwp_default
-
- &pinctrl_vgahs_default &pinctrl_vgavs_default
- &pinctrl_ddcclk_default &pinctrl_ddcdat_default>;
-};
-
-&uart1 {
- /* Rear RS-232 connector */
- status = "okay";
-
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_txd1_default
- &pinctrl_rxd1_default
- &pinctrl_nrts1_default
- &pinctrl_ndtr1_default
- &pinctrl_ndsr1_default
- &pinctrl_ncts1_default
- &pinctrl_ndcd1_default
- &pinctrl_nri1_default>;
-};
-
-&uart5 {
- status = "okay";
-};
-
-&mac0 {
- status = "okay";
-
- use-ncsi;
-
- pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_rmii1_default>;
-};
-
-&i2c0 {
- status = "okay";
-
- eeprom@50 {
- compatible = "atmel,24c256";
- reg = <0x50>;
- pagesize = <64>;
- };
-
- rtc@68 {
- compatible = "dallas,ds3231";
- reg = <0x68>;
- };
-};
-
-&i2c1 {
- status = "okay";
-};
-
-&i2c2 {
- status = "okay";
-
- tmp423@4c {
- compatible = "ti,tmp423";
- reg = <0x4c>;
- };
-};
-
-&i2c3 {
- status = "okay";
-
- occ-hwmon@50 {
- compatible = "ibm,p8-occ-hwmon";
- reg = <0x50>;
- };
-};
-
-&i2c4 {
- status = "okay";
-};
-
-&i2c5 {
- status = "okay";
-};
-
-&i2c6 {
- status = "okay";
-};
-
-&i2c7 {
- status = "okay";
-};
-
-&vuart {
- status = "okay";
-};
-
-&ibt {
- status = "okay";
-};
-
-&lpc_ctrl {
- status = "okay";
- memory-region = <&flash_memory>;
- flash = <&spi>;
-};
-
-&gpio {
- pin_func_mode0 {
- gpio-hog;
- gpios = <ASPEED_GPIO(C, 4) GPIO_ACTIVE_HIGH>;
- output-low;
- line-name = "func_mode0";
- };
-
- pin_func_mode1 {
- gpio-hog;
- gpios = <ASPEED_GPIO(C, 5) GPIO_ACTIVE_HIGH>;
- output-low;
- line-name = "func_mode1";
- };
-
- pin_func_mode2 {
- gpio-hog;
- gpios = <ASPEED_GPIO(C, 6) GPIO_ACTIVE_HIGH>;
- output-low;
- line-name = "func_mode2";
- };
-
- pin_gpio_a0 {
- gpio-hog;
- gpios = <ASPEED_GPIO(A, 0) GPIO_ACTIVE_HIGH>;
- input;
- line-name = "BMC_FAN_RESERVED_N";
- };
-
- pin_gpio_a1 {
- gpio-hog;
- gpios = <ASPEED_GPIO(A, 1) GPIO_ACTIVE_HIGH>;
- output-high;
- line-name = "APSS_WDT_N";
- };
-
- pin_gpio_b1 {
- gpio-hog;
- gpios = <ASPEED_GPIO(B, 1) GPIO_ACTIVE_HIGH>;
- output-high;
- line-name = "APSS_BOOT_MODE";
- };
-
- pin_gpio_b2 {
- gpio-hog;
- gpios = <ASPEED_GPIO(B, 2) GPIO_ACTIVE_HIGH>;
- output-high;
- line-name = "APSS_RESET_N";
- };
-
- pin_gpio_b7 {
- gpio-hog;
- gpios = <ASPEED_GPIO(B, 7) GPIO_ACTIVE_HIGH>;
- output-high;
- line-name = "SPIVID_STBY_RESET_N";
- };
-
- pin_gpio_d1 {
- gpio-hog;
- gpios = <ASPEED_GPIO(D, 1) GPIO_ACTIVE_HIGH>;
- output-high;
- line-name = "BMC_POWER_UP";
- };
-
- pin_gpio_f1 {
- gpio-hog;
- gpios = <ASPEED_GPIO(F, 1) GPIO_ACTIVE_HIGH>;
- input;
- line-name = "BMC_BATTERY_TEST";
- };
-
- pin_gpio_f4 {
- gpio-hog;
- gpios = <ASPEED_GPIO(F, 4) GPIO_ACTIVE_HIGH>;
- input;
- line-name = "AST_HW_FAULT_N";
- };
-
- pin_gpio_f5 {
- gpio-hog;
- gpios = <ASPEED_GPIO(F, 5) GPIO_ACTIVE_HIGH>;
- input;
- line-name = "AST_SYS_FAULT_N";
- };
-
- pin_gpio_f7 {
- gpio-hog;
- gpios = <ASPEED_GPIO(F, 7) GPIO_ACTIVE_HIGH>;
- output-high;
- line-name = "BMC_FULL_SPEED_N";
- };
-
- pin_gpio_g3 {
- gpio-hog;
- gpios = <ASPEED_GPIO(G, 3) GPIO_ACTIVE_HIGH>;
- output-high;
- line-name = "BMC_FAN_ERROR_N";
- };
-
- pin_gpio_g4 {
- gpio-hog;
- gpios = <ASPEED_GPIO(G, 4) GPIO_ACTIVE_HIGH>;
- input;
- line-name = "BMC_WDT_RST1_P";
- };
-
- pin_gpio_g5 {
- gpio-hog;
- gpios = <ASPEED_GPIO(G, 5) GPIO_ACTIVE_HIGH>;
- input;
- line-name = "BMC_WDT_RST2_P";
- };
-
- pin_gpio_h0 {
- gpio-hog;
- gpios = <ASPEED_GPIO(H, 0) GPIO_ACTIVE_HIGH>;
- input;
- line-name = "PE_SLOT_TEST_EN_N";
- };
-
- pin_gpio_h1 {
- gpio-hog;
- gpios = <ASPEED_GPIO(H, 1) GPIO_ACTIVE_HIGH>;
- input;
- line-name = "BMC_RTCRST_N";
- };
-
- pin_gpio_h2 {
- gpio-hog;
- gpios = <ASPEED_GPIO(H, 2) GPIO_ACTIVE_HIGH>;
- output-high;
- line-name = "SYS_PWROK_BMC";
- };
-
- pin_gpio_h7 {
- gpio-hog;
- gpios = <ASPEED_GPIO(H, 7) GPIO_ACTIVE_HIGH>;
- output-high;
- line-name = "BMC_TPM_INT_N";
- };
-};
-
-&fsi {
- cfam@0,0 {
- reg = <0 0>;
- #address-cells = <1>;
- #size-cells = <1>;
- chip-id = <0>;
-
- scom@1000 {
- compatible = "ibm,fsi2pib";
- reg = <0x1000 0x400>;
- };
-
- fsi_hub0: hub@3400 {
- compatible = "ibm,fsi-master-hub";
- reg = <0x3400 0x400>;
- #address-cells = <2>;
- #size-cells = <0>;
- no-scan-on-init;
- };
- };
-};