···11+/*22+ * Copyright (C) 2014 Broadcom Corporation33+ *44+ * This program is free software; you can redistribute it and/or55+ * modify it under the terms of the GNU General Public License as66+ * published by the Free Software Foundation version 2.77+ *88+ * This program is distributed "as is" WITHOUT ANY WARRANTY of any99+ * kind, whether express or implied; without even the implied warranty1010+ * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1111+ * GNU General Public License for more details.1212+ */1313+1414+/dts-v1/;1515+1616+#include <dt-bindings/gpio/gpio.h>1717+1818+#include "bcm21664.dtsi"1919+2020+/ {2121+ model = "BCM21664 Garnet board";2222+ compatible = "brcm,bcm21664-garnet", "brcm,bcm21664";2323+2424+ memory {2525+ reg = <0x80000000 0x40000000>; /* 1 GB */2626+ };2727+2828+ uart@3e000000 {2929+ status = "okay";3030+ };3131+3232+ sdio1: sdio@3f180000 {3333+ max-frequency = <48000000>;3434+ status = "okay";3535+ };3636+3737+ sdio2: sdio@3f190000 {3838+ non-removable;3939+ max-frequency = <48000000>;4040+ status = "okay";4141+ };4242+4343+ sdio4: sdio@3f1b0000 {4444+ max-frequency = <48000000>;4545+ cd-gpios = <&gpio 91 GPIO_ACTIVE_LOW>;4646+ status = "okay";4747+ };4848+4949+ usbotg: usb@3f120000 {5050+ status = "okay";5151+ };5252+5353+ usbphy: usb-phy@3f130000 {5454+ status = "okay";5555+ };5656+};