1Broadcom BCM281xx SDHCI 2 3This file documents differences between the core properties in mmc.txt 4and the properties present in the bcm281xx SDHCI 5 6Required properties: 7- compatible : Should be "bcm,kona-sdhci" 8 9Example: 10 11sdio2: sdio@0x3f1a0000 { 12 compatible = "bcm,kona-sdhci"; 13 reg = <0x3f1a0000 0x10000>; 14 interrupts = <0x0 74 0x4>; 15}; 16 17