2 * Device Tree file for Excito Bubba B3
4 * Copyright (C) 2013, Andrew Lunn <andrew@lunn.ch>
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License
8 * as published by the Free Software Foundation; either version
9 * 2 of the License, or (at your option) any later version.
11 * Note: This requires a new'ish version of u-boot, which disables the
12 * L2 cache. If your B3 silently fails to boot, u-boot is probably too
13 * old. Either upgrade, or consider the following email:
15 * http://lists.debian.org/debian-arm/2012/08/msg00128.html
20 #include "kirkwood.dtsi"
21 #include "kirkwood-6281.dtsi"
25 compatible = "excito,b3", "marvell,kirkwood-88f6281", "marvell,kirkwood";
27 device_type = "memory";
28 reg = <0x00000000 0x20000000>;
32 bootargs = "console=ttyS0,115200n8 earlyprintk";
40 /* Wifi model has Atheros chipset on pcie port */
48 pinctrl: pin-controller@10000 {
49 pmx_button_power: pmx-button-power {
50 marvell,pins = "mpp39";
51 marvell,function = "gpio";
53 pmx_led_green: pmx-led-green {
54 marvell,pins = "mpp38";
55 marvell,function = "gpio";
57 pmx_led_red: pmx-led-red {
58 marvell,pins = "mpp41";
59 marvell,function = "gpio";
61 pmx_led_blue: pmx-led-blue {
62 marvell,pins = "mpp42";
63 marvell,function = "gpio";
65 pmx_beeper: pmx-beeper {
66 marvell,pins = "mpp40";
67 marvell,function = "gpio";
77 compatible = "st,m25p16", "jedec,spi-nor";
79 spi-max-frequency = <40000000>;
88 reg = <0xc0000 0x20000>;
93 reg = <0xe0000 0x120000>;
102 * There is something on the bus at address 0x64.
103 * Not yet identified what it is, maybe the eeprom
104 * for the Atheros WiFi chip?
110 /* Internal on test pins, 3.3v TTL
111 * UART0_RX = Testpoint 65
112 * UART0_TX = Testpoint 66
113 * See the Excito Wiki for more details.
119 /* One internal, the second as eSATA */
127 * There is one LED "port" on the front and the colours
128 * mix together giving some interesting combinations.
130 compatible = "gpio-leds";
131 pinctrl-0 = < &pmx_led_green &pmx_led_red
133 pinctrl-names = "default";
136 label = "bubba3:green:programming";
137 gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
138 default-state = "off";
142 label = "bubba3:red:error";
143 gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
147 label = "bubba3:blue:active";
148 gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
153 compatible = "gpio-keys";
154 pinctrl-0 = <&pmx_button_power>;
155 pinctrl-names = "default";
159 label = "Power Button";
160 linux,code = <KEY_POWER>;
161 gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
166 /* 4KHz Piezoelectric buzzer */
167 compatible = "gpio-beeper";
168 pinctrl-0 = <&pmx_beeper>;
169 pinctrl-names = "default";
170 gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
177 ethphy0: ethernet-phy@8 {
178 device_type = "ethernet-phy";
182 ethphy1: ethernet-phy@24 {
183 device_type = "ethernet-phy";
191 phy-handle = <ðphy0>;
198 phy-handle = <ðphy1>;