blob: 5ff2382a49e4136eb15a087e3a253803906794eb [file] [log] [blame]
Markus Mayer28ea3f32013-06-19 16:24:14 -07001/*
2 * Copyright (C) 2013 Broadcom Corporation
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License as
6 * published by the Free Software Foundation version 2.
7 *
8 * This program is distributed "as is" WITHOUT ANY WARRANTY of any
9 * kind, whether express or implied; without even the implied warranty
10 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 */
13
14/dts-v1/;
15
Tim Kryger94db37a2014-01-07 10:53:41 -080016#include <dt-bindings/gpio/gpio.h>
17
Markus Mayer28ea3f32013-06-19 16:24:14 -070018#include "bcm11351.dtsi"
19
20/ {
21 model = "BCM28155 AP board";
Christian Daudt15e22dd2013-07-30 16:27:10 -070022 compatible = "brcm,bcm28155-ap", "brcm,bcm11351";
Markus Mayer28ea3f32013-06-19 16:24:14 -070023
24 memory {
25 reg = <0x80000000 0x40000000>; /* 1 GB */
26 };
27
28 uart@3e000000 {
29 status = "okay";
30 };
Christian Daudt30ca6532013-08-07 16:57:05 -070031
Tim Kryger3f5af102013-12-06 15:45:28 -080032 i2c@3e016000 {
33 status="okay";
34 clock-frequency = <400000>;
35 };
36
37 i2c@3e017000 {
38 status="okay";
39 clock-frequency = <400000>;
40 };
41
42 i2c@3e018000 {
43 status="okay";
44 clock-frequency = <400000>;
45 };
46
47 i2c@3500d000 {
48 status="okay";
49 clock-frequency = <400000>;
50 };
51
Christian Daudt30ca6532013-08-07 16:57:05 -070052 sdio1: sdio@3f180000 {
53 max-frequency = <48000000>;
54 status = "okay";
55 };
56
57 sdio2: sdio@3f190000 {
58 non-removable;
59 max-frequency = <48000000>;
60 status = "okay";
61 };
62
63 sdio4: sdio@3f1b0000 {
64 max-frequency = <48000000>;
Tim Kryger94db37a2014-01-07 10:53:41 -080065 cd-gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
Christian Daudt30ca6532013-08-07 16:57:05 -070066 status = "okay";
67 };
Matt Porterd97f7992013-12-19 09:23:10 -050068
69 usbotg: usb@3f120000 {
70 status = "okay";
71 };
72
73 usbphy: usb-phy@3f130000 {
74 status = "okay";
75 };
Markus Mayer28ea3f32013-06-19 16:24:14 -070076};