Home | History | Annotate | Line # | Download | only in dts
      1      1.1  jmcneill /*
      2      1.1  jmcneill  * Copyright (C) 2014 Broadcom Corporation
      3      1.1  jmcneill  *
      4      1.1  jmcneill  * This program is free software; you can redistribute it and/or
      5      1.1  jmcneill  * modify it under the terms of the GNU General Public License as
      6      1.1  jmcneill  * published by the Free Software Foundation version 2.
      7      1.1  jmcneill  *
      8      1.1  jmcneill  * This program is distributed "as is" WITHOUT ANY WARRANTY of any
      9      1.1  jmcneill  * kind, whether express or implied; without even the implied warranty
     10      1.1  jmcneill  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     11      1.1  jmcneill  * GNU General Public License for more details.
     12      1.1  jmcneill  */
     13      1.1  jmcneill 
     14      1.1  jmcneill /dts-v1/;
     15      1.1  jmcneill 
     16      1.1  jmcneill #include <dt-bindings/gpio/gpio.h>
     17      1.1  jmcneill 
     18      1.1  jmcneill #include "bcm21664.dtsi"
     19      1.1  jmcneill 
     20      1.1  jmcneill / {
     21      1.1  jmcneill 	model = "BCM21664 Garnet board";
     22      1.1  jmcneill 	compatible = "brcm,bcm21664-garnet", "brcm,bcm21664";
     23      1.1  jmcneill 
     24  1.1.1.3     skrll 	memory@80000000 {
     25  1.1.1.2  jmcneill 		device_type = "memory";
     26      1.1  jmcneill 		reg = <0x80000000 0x40000000>; /* 1 GB */
     27      1.1  jmcneill 	};
     28      1.1  jmcneill 
     29      1.1  jmcneill 	uart@3e000000 {
     30      1.1  jmcneill 		status = "okay";
     31      1.1  jmcneill 	};
     32      1.1  jmcneill 
     33      1.1  jmcneill 	sdio1: sdio@3f180000 {
     34      1.1  jmcneill 		max-frequency = <48000000>;
     35      1.1  jmcneill 		status = "okay";
     36      1.1  jmcneill 	};
     37      1.1  jmcneill 
     38      1.1  jmcneill 	sdio2: sdio@3f190000 {
     39      1.1  jmcneill 		non-removable;
     40      1.1  jmcneill 		max-frequency = <48000000>;
     41      1.1  jmcneill 		status = "okay";
     42      1.1  jmcneill 	};
     43      1.1  jmcneill 
     44      1.1  jmcneill 	sdio4: sdio@3f1b0000 {
     45      1.1  jmcneill 		max-frequency = <48000000>;
     46      1.1  jmcneill 		cd-gpios = <&gpio 91 GPIO_ACTIVE_LOW>;
     47      1.1  jmcneill 		status = "okay";
     48      1.1  jmcneill 	};
     49      1.1  jmcneill 
     50      1.1  jmcneill 	usbotg: usb@3f120000 {
     51      1.1  jmcneill 		status = "okay";
     52      1.1  jmcneill 	};
     53      1.1  jmcneill 
     54      1.1  jmcneill 	usbphy: usb-phy@3f130000 {
     55      1.1  jmcneill 		status = "okay";
     56      1.1  jmcneill 	};
     57      1.1  jmcneill };
     58