diff options
author | Jaedon Shin <jaedon.shin@gmail.com> | 2016-08-18 22:52:28 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-10-06 11:31:02 -0400 |
commit | b2420e2762e36ec3aab0c0b6b9ee277f7b1b48e2 (patch) | |
tree | 3f7251432bbbcac80c6bb0c9653c44a35fab4a4b /arch/mips/boot/dts/brcm/bcm7435.dtsi | |
parent | c707844d4b876f74f2adf036f98f6787d76d2905 (diff) |
MIPS: BMIPS: Add support SDHCI device nodes
Adds SDHCI device nodes to BCM7xxx MIPS based SoCs.
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Cc: Jonas Gorski <jonas.gorski@gmail.com>
Cc: Kevin Cernekee <cernekee@gmail.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: MIPS Mailing List <linux-mips@linux-mips.org>
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/14002/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm7435.dtsi')
-rw-r--r-- | arch/mips/boot/dts/brcm/bcm7435.dtsi | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm7435.dtsi b/arch/mips/boot/dts/brcm/bcm7435.dtsi index b7bb1024089c..2b28d91762ef 100644 --- a/arch/mips/boot/dts/brcm/bcm7435.dtsi +++ b/arch/mips/boot/dts/brcm/bcm7435.dtsi | |||
@@ -425,5 +425,25 @@ | |||
425 | #phy-cells = <0>; | 425 | #phy-cells = <0>; |
426 | }; | 426 | }; |
427 | }; | 427 | }; |
428 | |||
429 | sdhci0: sdhci@41a000 { | ||
430 | compatible = "brcm,bcm7425-sdhci"; | ||
431 | reg = <0x41a000 0x100>; | ||
432 | interrupt-parent = <&periph_intc>; | ||
433 | interrupts = <47>; | ||
434 | sd-uhs-sdr50; | ||
435 | mmc-hs200-1_8v; | ||
436 | status = "disabled"; | ||
437 | }; | ||
438 | |||
439 | sdhci1: sdhci@41a200 { | ||
440 | compatible = "brcm,bcm7425-sdhci"; | ||
441 | reg = <0x41a200 0x100>; | ||
442 | interrupt-parent = <&periph_intc>; | ||
443 | interrupts = <48>; | ||
444 | sd-uhs-sdr50; | ||
445 | mmc-hs200-1_8v; | ||
446 | status = "disabled"; | ||
447 | }; | ||
428 | }; | 448 | }; |
429 | }; | 449 | }; |