bcm21664-garnet.dts revision 284090
150472Speter/*
231900Swosch * Copyright (C) 2014 Broadcom Corporation
353567Sobrien *
443805Swosch * This program is free software; you can redistribute it and/or
561Snate * modify it under the terms of the GNU General Public License as
653567Sobrien * published by the Free Software Foundation version 2.
753496Speter *
894Snate * This program is distributed "as is" WITHOUT ANY WARRANTY of any
953567Sobrien * kind, whether express or implied; without even the implied warranty
1053567Sobrien * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1153567Sobrien * GNU General Public License for more details.
12130Srgrimes */
1353567Sobrien
1494Snate/dts-v1/;
1553567Sobrien
1653567Sobrien#include <dt-bindings/gpio/gpio.h>
175498Sache
1831900Swosch#include "bcm21664.dtsi"
1953567Sobrien
2053567Sobrien/ {
2153567Sobrien	model = "BCM21664 Garnet board";
2253567Sobrien	compatible = "brcm,bcm21664-garnet", "brcm,bcm21664";
2331928Swosch
2453567Sobrien	memory {
2553567Sobrien		reg = <0x80000000 0x40000000>; /* 1 GB */
2631900Swosch	};
2731900Swosch
2856234Sru	uart@3e000000 {
2953567Sobrien		status = "okay";
30107Sconklin	};
3153567Sobrien
3253567Sobrien	sdio1: sdio@3f180000 {
3353567Sobrien		max-frequency = <48000000>;
3453571Sobrien		status = "okay";
3553571Sobrien	};
3653567Sobrien
3753567Sobrien	sdio2: sdio@3f190000 {
3853567Sobrien		non-removable;
3953567Sobrien		max-frequency = <48000000>;
4053567Sobrien		status = "okay";
4153567Sobrien	};
4253567Sobrien
4353567Sobrien	sdio4: sdio@3f1b0000 {
4453567Sobrien		max-frequency = <48000000>;
4553567Sobrien		cd-gpios = <&gpio 91 GPIO_ACTIVE_LOW>;
4653567Sobrien		status = "okay";
4794Snate	};
4853567Sobrien
4953567Sobrien	usbotg: usb@3f120000 {
5053567Sobrien		status = "okay";
5161Snate	};
52
53	usbphy: usb-phy@3f130000 {
54		status = "okay";
55	};
56};
57