summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/berlin2q-marvell-dmp.dts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-07-27 07:08:56 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-07-27 11:31:04 +0200
commit1f2570eb41c8ebc983e97ff0608d77260c2ba16b (patch)
tree0ef7f7cfc9a20897cf99497facdeedb6fcfb3a61 /dts/src/arm/berlin2q-marvell-dmp.dts
parent73ead6c5b1ee1ca8c7c83cec1864624b220a0c06 (diff)
downloadbarebox-1f2570eb41c8ebc983e97ff0608d77260c2ba16b.tar.gz
barebox-1f2570eb41c8ebc983e97ff0608d77260c2ba16b.tar.xz
dts: update to v6.5-rc1
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'dts/src/arm/berlin2q-marvell-dmp.dts')
-rw-r--r--dts/src/arm/berlin2q-marvell-dmp.dts144
1 files changed, 0 insertions, 144 deletions
diff --git a/dts/src/arm/berlin2q-marvell-dmp.dts b/dts/src/arm/berlin2q-marvell-dmp.dts
deleted file mode 100644
index c162f98cb8..0000000000
--- a/dts/src/arm/berlin2q-marvell-dmp.dts
+++ /dev/null
@@ -1,144 +0,0 @@
-// SPDX-License-Identifier: (GPL-2.0 OR MIT)
-/*
- * Copyright (C) 2014 Antoine Ténart <antoine.tenart@free-electrons.com>
- */
-
-/dts-v1/;
-
-#include <dt-bindings/gpio/gpio.h>
-#include "berlin2q.dtsi"
-
-/ {
- model = "Marvell BG2-Q DMP";
- compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";
-
- memory@0 {
- device_type = "memory";
- reg = <0x00000000 0x80000000>;
- };
-
- chosen {
- bootargs = "earlyprintk";
- stdout-path = "serial0:115200n8";
- };
-
- regulators {
- compatible = "simple-bus";
- #address-cells = <1>;
- #size-cells = <0>;
-
- reg_usb0_vbus: regulator_usb0 {
- compatible = "regulator-fixed";
- regulator-name = "usb0_vbus";
- regulator-min-microvolt = <5000000>;
- regulator-max-microvolt = <5000000>;
- gpio = <&portb 8 GPIO_ACTIVE_HIGH>;
- enable-active-high;
- };
-
- reg_usb1_vbus: regulator_usb1 {
- compatible = "regulator-fixed";
- regulator-name = "usb1_vbus";
- regulator-min-microvolt = <5000000>;
- regulator-max-microvolt = <5000000>;
- gpio = <&portb 10 GPIO_ACTIVE_HIGH>;
- enable-active-high;
- };
-
- reg_usb2_vbus: regulator_usb2 {
- compatible = "regulator-fixed";
- regulator-name = "usb2_vbus";
- regulator-min-microvolt = <5000000>;
- regulator-max-microvolt = <5000000>;
- gpio = <&portb 12 GPIO_ACTIVE_HIGH>;
- enable-active-high;
- };
-
- reg_sdio1_vmmc: regulator_sdio1_vmmc {
- compatible = "regulator-fixed";
- regulator-min-microvolt = <3300000>;
- regulator-max-microvolt = <3300000>;
- regulator-name = "sdio1_vmmc";
- enable-active-high;
- regulator-boot-on;
- gpio = <&portb 21 GPIO_ACTIVE_HIGH>;
- };
-
- reg_sdio1_vqmmc: regulator_sido1_vqmmc {
- compatible = "regulator-gpio";
- regulator-min-microvolt = <1800000>;
- regulator-max-microvolt = <3300000>;
- regulator-name = "sdio1_vqmmc";
- regulator-type = "voltage";
- enable-active-high;
- gpios = <&portb 16 GPIO_ACTIVE_HIGH>;
- states = <3300000 0x1
- 1800000 0x0>;
- };
- };
-};
-
-&soc_pinctrl {
- sd1gpio_pmux: sd1pwr-pmux {
- groups = "G23", "G32";
- function = "gpio";
- };
-};
-
-&sdhci1 {
- vmmc-supply = <&reg_sdio1_vmmc>;
- vqmmc-supply = <&reg_sdio1_vqmmc>;
- cd-gpios = <&portc 30 GPIO_ACTIVE_LOW>;
- wp-gpios = <&portd 0 GPIO_ACTIVE_HIGH>;
- pinctrl-0 = <&sd1gpio_pmux>, <&sd1_pmux>;
- pinctrl-names = "default";
- status = "okay";
-};
-
-&sdhci2 {
- bus-width = <8>;
- non-removable;
- status = "okay";
-};
-
-&i2c0 {
- status = "okay";
-};
-
-&i2c2 {
- status = "okay";
-};
-
-&uart0 {
- status = "okay";
-};
-
-&usb_phy0 {
- status = "okay";
-};
-
-&usb_phy2 {
- status = "okay";
-};
-
-&usb0 {
- vbus-supply = <&reg_usb0_vbus>;
- status = "okay";
-};
-
-&usb2 {
- vbus-supply = <&reg_usb2_vbus>;
- status = "okay";
-};
-
-&eth0 {
- status = "okay";
-};
-
-&sata0 {
- status = "okay";
-};
-
-&sata_phy {
- status = "okay";
-};