2012-11-20 01:46:10 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2012 Broadcom Corporation
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU General Public License as
|
|
|
|
* published by the Free Software Foundation version 2.
|
|
|
|
*
|
|
|
|
* This program is distributed "as is" WITHOUT ANY WARRANTY of any
|
|
|
|
* kind, whether express or implied; without even the implied warranty
|
|
|
|
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
2013-06-06 13:41:34 +08:00
|
|
|
#include "bcm11351.dtsi"
|
2012-11-20 01:46:10 +08:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "BCM11351 BRT board";
|
2013-07-31 07:27:10 +08:00
|
|
|
compatible = "brcm,bcm11351-brt", "brcm,bcm11351";
|
2012-11-20 01:46:10 +08:00
|
|
|
|
|
|
|
memory {
|
|
|
|
reg = <0x80000000 0x40000000>; /* 1 GB */
|
|
|
|
};
|
|
|
|
|
|
|
|
uart@3e000000 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2013-08-08 13:37:47 +08:00
|
|
|
sdio1: sdio@3f180000 {
|
2013-05-10 15:10:07 +08:00
|
|
|
max-frequency = <48000000>;
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2013-08-08 13:37:47 +08:00
|
|
|
sdio2: sdio@3f190000 {
|
2013-05-10 15:10:07 +08:00
|
|
|
non-removable;
|
|
|
|
max-frequency = <48000000>;
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2013-08-08 13:37:47 +08:00
|
|
|
sdio4: sdio@3f1b0000 {
|
2013-05-10 15:10:07 +08:00
|
|
|
max-frequency = <48000000>;
|
2013-10-03 02:00:16 +08:00
|
|
|
cd-gpios = <&gpio 14 0>;
|
2013-05-10 15:10:07 +08:00
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2013-12-19 22:23:10 +08:00
|
|
|
usbotg: usb@3f120000 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2013-05-10 15:10:07 +08:00
|
|
|
|
2013-12-19 22:23:10 +08:00
|
|
|
usbphy: usb-phy@3f130000 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2012-11-20 01:46:10 +08:00
|
|
|
};
|