diff options
author | Pritesh Raithatha <praithatha@nvidia.com> | 2013-02-20 13:35:14 -0500 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-04-04 19:17:39 -0400 |
commit | 933d87a56e3379479ff399a11899830b341809de (patch) | |
tree | 909d7b8a7bfeb0f1aca3c2d7d3363e9d3f58f8e4 | |
parent | 2c314d5c2a10588cb582604e8945eb48bdf23562 (diff) |
ARM: tegra: add SDHCI nodes with common properties
This patch adds in the SDHCI nodes for the busses supported on Tegra114
boards.
Signed-off-by: Pritesh Raithatha <praithatha@nvidia.com>
[Rhyland added clk refs to & reordered sdhci nodes and removed spaces]
Signed-off-by: Rhyland Klein <rklein@nvidia.com>
[swarren: fixed DT node sort order]
Signed-off-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r-- | arch/arm/boot/dts/tegra114.dtsi | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra114.dtsi b/arch/arm/boot/dts/tegra114.dtsi index c1110a9b2a91..400a2752a7e1 100644 --- a/arch/arm/boot/dts/tegra114.dtsi +++ b/arch/arm/boot/dts/tegra114.dtsi | |||
@@ -122,6 +122,38 @@ | |||
122 | nvidia,ahb = <&ahb>; | 122 | nvidia,ahb = <&ahb>; |
123 | }; | 123 | }; |
124 | 124 | ||
125 | sdhci@78000000 { | ||
126 | compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci"; | ||
127 | reg = <0x78000000 0x200>; | ||
128 | interrupts = <0 14 0x04>; | ||
129 | clocks = <&tegra_car 14>; | ||
130 | status = "disable"; | ||
131 | }; | ||
132 | |||
133 | sdhci@78000200 { | ||
134 | compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci"; | ||
135 | reg = <0x78000200 0x200>; | ||
136 | interrupts = <0 15 0x04>; | ||
137 | clocks = <&tegra_car 9>; | ||
138 | status = "disable"; | ||
139 | }; | ||
140 | |||
141 | sdhci@78000400 { | ||
142 | compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci"; | ||
143 | reg = <0x78000400 0x200>; | ||
144 | interrupts = <0 19 0x04>; | ||
145 | clocks = <&tegra_car 69>; | ||
146 | status = "disable"; | ||
147 | }; | ||
148 | |||
149 | sdhci@78000600 { | ||
150 | compatible = "nvidia,tegra114-sdhci", "nvidia,tegra30-sdhci"; | ||
151 | reg = <0x78000600 0x200>; | ||
152 | interrupts = <0 31 0x04>; | ||
153 | clocks = <&tegra_car 15>; | ||
154 | status = "disable"; | ||
155 | }; | ||
156 | |||
125 | cpus { | 157 | cpus { |
126 | #address-cells = <1>; | 158 | #address-cells = <1>; |
127 | #size-cells = <0>; | 159 | #size-cells = <0>; |