ARM: dts: Leave sdio1 as disabled on bcm28155-ap
[deliverable/linux.git] / arch / arm / boot / dts / bcm28155-ap.dts
CommitLineData
28ea3f36
MM
1/*
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
94db37ad
TK
16#include <dt-bindings/gpio/gpio.h>
17
28ea3f36
MM
18#include "bcm11351.dtsi"
19
20/ {
21 model = "BCM28155 AP board";
15e22ddf 22 compatible = "brcm,bcm28155-ap", "brcm,bcm11351";
28ea3f36
MM
23
24 memory {
25 reg = <0x80000000 0x40000000>; /* 1 GB */
26 };
27
28 uart@3e000000 {
29 status = "okay";
30 };
30ca653e 31
3f5af107
TK
32 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
30ca653e
CD
52 sdio2: sdio@3f190000 {
53 non-removable;
54 max-frequency = <48000000>;
55 status = "okay";
56 };
57
58 sdio4: sdio@3f1b0000 {
59 max-frequency = <48000000>;
94db37ad 60 cd-gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
30ca653e
CD
61 status = "okay";
62 };
d97f7997
MP
63
64 usbotg: usb@3f120000 {
65 status = "okay";
66 };
67
68 usbphy: usb-phy@3f130000 {
69 status = "okay";
70 };
28ea3f36 71};
This page took 0.092153 seconds and 5 git commands to generate.