1 // SPDX-License-Identifier: GPL-2.0-only 2 // Copyright (C) 2014 Broadcom Corporation 3 4 /dts-v1/; 5 6 #include <dt-bindings/gpio/gpio.h> 7 8 #include "bcm21664.dtsi" 9 10 / { 11 model = "BCM21664 Garnet board"; 12 compatible = "brcm,bcm21664-garnet", "brcm,bcm21664"; 13 14 chosen { 15 bootargs = "console=ttyS0,115200n8"; 16 }; 17 18 memory@80000000 { 19 device_type = "memory"; 20 reg = <0x80000000 0x40000000>; /* 1 GB */ 21 }; 22 }; 23 24 &sdio1 { 25 max-frequency = <48000000>; 26 status = "okay"; 27 }; 28 29 &sdio2 { 30 non-removable; 31 max-frequency = <48000000>; 32 status = "okay"; 33 }; 34 35 &sdio4 { 36 max-frequency = <48000000>; 37 cd-gpios = <&gpio 91 GPIO_ACTIVE_LOW>; 38 status = "okay"; 39 }; 40 41 &uartb { 42 status = "okay"; 43 }; 44 45 &usbotg { 46 status = "okay"; 47 }; 48 49 &usbphy { 50 status = "okay"; 51 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.