1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
3 * Device Tree file for OpenBlocks AX3-4 board
5 * Copyright (C) 2012 Marvell
7 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 #include <dt-bindings/gpio/gpio.h>
12 #include <dt-bindings/input/input.h>
13 #include "armada-xp-mv78260.dtsi"
16 model = "PlatHome OpenBlocks AX3-4 board";
17 compatible = "plathome,openblocks-ax3-4", "marvell,armadaxp-mv78260", "marvell,armadaxp", "marvell,armada-370-xp";
20 stdout-path = "serial0:115200n8";
24 device_type = "memory";
25 reg = <0 0x00000000 0 0x40000000>; /* 1 GB soldered on */
29 ranges = <MBUS_ID(0xf0, 0x01) 0 0 0xd0000000 0x100000
30 MBUS_ID(0x01, 0x1d) 0 0 0xfff00000 0x100000
31 MBUS_ID(0x01, 0x2f) 0 0 0xe8000000 0x8000000
32 MBUS_ID(0x09, 0x09) 0 0 0xf1100000 0x10000
33 MBUS_ID(0x09, 0x05) 0 0 0xf1110000 0x10000
34 MBUS_ID(0x0c, 0x04) 0 0 0xd1200000 0x100000>;
39 /* Device Bus parameters are required */
42 devbus,bus-width = <16>;
43 devbus,turn-off-ps = <60000>;
44 devbus,badr-skew-ps = <0>;
45 devbus,acc-first-ps = <124000>;
46 devbus,acc-next-ps = <248000>;
47 devbus,rd-setup-ps = <0>;
48 devbus,rd-hold-ps = <0>;
50 /* Write parameters */
51 devbus,sync-enable = <0>;
52 devbus,wr-high-ps = <60000>;
53 devbus,wr-low-ps = <60000>;
54 devbus,ale-wr-ps = <60000>;
58 compatible = "cfi-flash";
66 /* No crystal connected to the internal RTC */
77 compatible = "gpio-leds";
78 pinctrl-names = "default";
79 pinctrl-0 = <&led_pins>;
83 gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
84 default-state = "off";
89 gpios = <&gpio1 19 GPIO_ACTIVE_LOW>;
90 default-state = "off";
95 gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
96 default-state = "keep";
101 compatible = "gpio-keys";
102 #address-cells = <1>;
106 label = "Init Button";
107 linux,code = <KEY_POWER>;
108 gpios = <&gpio1 28 GPIO_ACTIVE_HIGH>;
116 buffer-manager = <&bm>;
123 buffer-manager = <&bm>;
130 buffer-manager = <&bm>;
137 buffer-manager = <&bm>;
142 clock-frequency = <400000>;
146 clock-frequency = <400000>;
148 s35390a: s35390a@30 {
149 compatible = "s35390a";
158 /* Front side USB 0 */
163 /* Front side USB 1 */
181 /* Internal mini-PCIe connector */
189 phy0: ethernet-phy@0 {
193 phy1: ethernet-phy@1 {
197 phy2: ethernet-phy@2 {
201 phy3: ethernet-phy@3 {
207 led_pins: led-pins-0 {
208 marvell,pins = "mpp49", "mpp51", "mpp53";
209 marvell,function = "gpio";