ARM: mvebu: use GPIO DT defines in Armada 370/XP boards
[deliverable/linux.git] / arch / arm / boot / dts / armada-370-mirabox.dts
CommitLineData
e3e37bca
GC
1/*
2 * Device Tree file for Globalscale Mirabox
3 *
4 * Gregory CLEMENT <gregory.clement@free-electrons.com>
5 *
6 * This file is licensed under the terms of the GNU General Public
7 * License version 2. This program is licensed "as is" without any
8 * warranty of any kind, whether express or implied.
9 */
10
11/dts-v1/;
29e74f8b 12#include <dt-bindings/gpio/gpio.h>
38149887 13#include "armada-370.dtsi"
e3e37bca
GC
14
15/ {
16 model = "Globalscale Mirabox";
17 compatible = "globalscale,mirabox", "marvell,armada370", "marvell,armada-370-xp";
18
19 chosen {
20 bootargs = "console=ttyS0,115200 earlyprintk";
21 };
22
23 memory {
24 device_type = "memory";
25 reg = <0x00000000 0x20000000>; /* 512 MB */
26 };
27
28 soc {
0cd3754a
EG
29 ranges = <MBUS_ID(0xf0, 0x01) 0 0xd0000000 0x100000
30 MBUS_ID(0x01, 0xe0) 0 0xfff00000 0x100000>;
5e12a613 31
14fd8ed0
EG
32 pcie-controller {
33 status = "okay";
34
35 /* Internal mini-PCIe connector */
36 pcie@1,0 {
37 /* Port 0, Lane 0 */
38 status = "okay";
39 };
40
41 /* Connected on the PCB to a USB 3.0 XHCI controller */
42 pcie@2,0 {
43 /* Port 1, Lane 0 */
44 status = "okay";
45 };
46 };
47
467f54b2
GC
48 internal-regs {
49 serial@12000 {
50 clock-frequency = <200000000>;
51 status = "okay";
51ab3fb8 52 };
467f54b2
GC
53 timer@20300 {
54 clock-frequency = <600000000>;
55 status = "okay";
51ab3fb8 56 };
51ab3fb8 57
467f54b2
GC
58 pinctrl {
59 pwr_led_pin: pwr-led-pin {
60 marvell,pins = "mpp63";
61 marvell,function = "gpo";
62 };
51ab3fb8 63
467f54b2
GC
64 stat_led_pins: stat-led-pins {
65 marvell,pins = "mpp64", "mpp65";
66 marvell,function = "gpio";
67 };
51ab3fb8
RP
68 };
69
467f54b2
GC
70 gpio_leds {
71 compatible = "gpio-leds";
72 pinctrl-names = "default";
73 pinctrl-0 = <&pwr_led_pin &stat_led_pins>;
74
75 green_pwr_led {
76 label = "mirabox:green:pwr";
29e74f8b 77 gpios = <&gpio1 31 GPIO_ACTIVE_LOW>;
dcdf14c7 78 default-state = "keep";
467f54b2
GC
79 };
80
81 blue_stat_led {
82 label = "mirabox:blue:stat";
29e74f8b 83 gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
dcdf14c7 84 default-state = "off";
467f54b2
GC
85 };
86
87 green_stat_led {
88 label = "mirabox:green:stat";
29e74f8b 89 gpios = <&gpio2 1 GPIO_ACTIVE_LOW>;
467f54b2
GC
90 default-state = "off";
91 };
51ab3fb8
RP
92 };
93
467f54b2
GC
94 mdio {
95 phy0: ethernet-phy@0 {
96 reg = <0>;
97 };
51ab3fb8 98
467f54b2
GC
99 phy1: ethernet-phy@1 {
100 reg = <1>;
101 };
9f32cccc 102 };
467f54b2
GC
103 ethernet@70000 {
104 status = "okay";
105 phy = <&phy0>;
106 phy-mode = "rgmii-id";
107 };
108 ethernet@74000 {
109 status = "okay";
110 phy = <&phy1>;
111 phy-mode = "rgmii-id";
9f32cccc 112 };
200506b1 113
467f54b2
GC
114 mvsdio@d4000 {
115 pinctrl-0 = <&sdio_pins3>;
116 pinctrl-names = "default";
117 status = "okay";
118 /*
119 * No CD or WP GPIOs: SDIO interface used for
120 * Wifi/Bluetooth chip
121 */
d87b5fbb 122 broken-cd;
467f54b2 123 };
66bcb58b 124
467f54b2
GC
125 usb@50000 {
126 status = "okay";
66bcb58b 127 };
488d1a6f 128
467f54b2
GC
129 usb@51000 {
130 status = "okay";
131 };
488d1a6f 132
467f54b2 133 i2c@11000 {
488d1a6f 134 status = "okay";
467f54b2
GC
135 clock-frequency = <100000>;
136 pca9505: pca9505@25 {
137 compatible = "nxp,pca9505";
138 gpio-controller;
139 #gpio-cells = <2>;
140 reg = <0x25>;
141 };
488d1a6f 142 };
d8c552dd
EG
143
144 nand@d0000 {
145 status = "okay";
146 num-cs = <1>;
147 marvell,nand-keep-config;
148 marvell,nand-enable-arbiter;
149 nand-on-flash-bbt;
150
151 partition@0 {
152 label = "U-Boot";
153 reg = <0 0x400000>;
154 };
155 partition@400000 {
156 label = "Linux";
157 reg = <0x400000 0x400000>;
158 };
159 partition@800000 {
160 label = "Filesystem";
161 reg = <0x800000 0x3f800000>;
162 };
163 };
488d1a6f 164 };
e3e37bca
GC
165 };
166};
This page took 0.157526 seconds and 5 git commands to generate.