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";
37 pinctrl: pin-controller@10000 {
38 pmx_button_power: pmx-button-power {
39 marvell,pins = "mpp39";
40 marvell,function = "gpio";
42 pmx_led_green: pmx-led-green {
43 marvell,pins = "mpp38";
44 marvell,function = "gpio";
46 pmx_led_red: pmx-led-red {
47 marvell,pins = "mpp41";
48 marvell,function = "gpio";
50 pmx_led_blue: pmx-led-blue {
51 marvell,pins = "mpp42";
52 marvell,function = "gpio";
54 pmx_beeper: pmx-beeper {
55 marvell,pins = "mpp40";
56 marvell,function = "gpio";
66 compatible = "st,m25p16", "jedec,spi-nor";
68 spi-max-frequency = <40000000>;
77 reg = <0xc0000 0x20000>;
82 reg = <0xe0000 0x120000>;
91 * There is something on the bus at address 0x64.
92 * Not yet identified what it is, maybe the eeprom
93 * for the Atheros WiFi chip?
99 /* Internal on test pins, 3.3v TTL
100 * UART0_RX = Testpoint 65
101 * UART0_TX = Testpoint 66
102 * See the Excito Wiki for more details.
108 /* One internal, the second as eSATA */
116 * There is one LED "port" on the front and the colours
117 * mix together giving some interesting combinations.
119 compatible = "gpio-leds";
120 pinctrl-0 = < &pmx_led_green &pmx_led_red
122 pinctrl-names = "default";
125 label = "bubba3:green:programming";
126 gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
127 default-state = "off";
131 label = "bubba3:red:error";
132 gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
136 label = "bubba3:blue:active";
137 gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
142 compatible = "gpio-keys";
143 pinctrl-0 = <&pmx_button_power>;
144 pinctrl-names = "default";
148 label = "Power Button";
149 linux,code = <KEY_POWER>;
150 gpios = <&gpio1 7 GPIO_ACTIVE_LOW>;
155 /* 4KHz Piezoelectric buzzer */
156 compatible = "gpio-beeper";
157 pinctrl-0 = <&pmx_beeper>;
158 pinctrl-names = "default";
159 gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
166 ethphy0: ethernet-phy@8 {
167 device_type = "ethernet-phy";
171 ethphy1: ethernet-phy@24 {
172 device_type = "ethernet-phy";
180 phy-handle = <ðphy0>;
187 phy-handle = <ðphy1>;
191 /* Wifi model has Atheros chipset on pcie port */