|
2 | 2 |
|
3 | 3 | /include/ "skeleton.dtsi"
|
4 | 4 |
|
| 5 | +#include <dt-bindings/interrupt-controller/arm-gic.h> |
5 | 6 | #include <dt-bindings/clock/qcom,gcc-msm8960.h>
|
6 | 7 | #include <dt-bindings/soc/qcom,gsbi.h>
|
7 | 8 |
|
|
188 | 189 | clocks = <&gcc PRNG_CLK>;
|
189 | 190 | clock-names = "core";
|
190 | 191 | };
|
| 192 | + |
| 193 | + /* Temporary fixed regulator */ |
| 194 | + vsdcc_fixed: vsdcc-regulator { |
| 195 | + compatible = "regulator-fixed"; |
| 196 | + regulator-name = "SDCC Power"; |
| 197 | + regulator-min-microvolt = <2700000>; |
| 198 | + regulator-max-microvolt = <2700000>; |
| 199 | + regulator-always-on; |
| 200 | + }; |
| 201 | + |
| 202 | + amba { |
| 203 | + compatible = "arm,amba-bus"; |
| 204 | + #address-cells = <1>; |
| 205 | + #size-cells = <1>; |
| 206 | + ranges; |
| 207 | + sdcc1: sdcc@12400000 { |
| 208 | + status = "disabled"; |
| 209 | + compatible = "arm,pl18x", "arm,primecell"; |
| 210 | + arm,primecell-periphid = <0x00051180>; |
| 211 | + reg = <0x12400000 0x8000>; |
| 212 | + interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH>; |
| 213 | + interrupt-names = "cmd_irq"; |
| 214 | + clocks = <&gcc SDC1_CLK>, <&gcc SDC1_H_CLK>; |
| 215 | + clock-names = "mclk", "apb_pclk"; |
| 216 | + bus-width = <8>; |
| 217 | + max-frequency = <96000000>; |
| 218 | + non-removable; |
| 219 | + cap-sd-highspeed; |
| 220 | + cap-mmc-highspeed; |
| 221 | + vmmc-supply = <&vsdcc_fixed>; |
| 222 | + }; |
| 223 | + |
| 224 | + sdcc3: sdcc@12180000 { |
| 225 | + compatible = "arm,pl18x", "arm,primecell"; |
| 226 | + arm,primecell-periphid = <0x00051180>; |
| 227 | + status = "disabled"; |
| 228 | + reg = <0x12180000 0x8000>; |
| 229 | + interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>; |
| 230 | + interrupt-names = "cmd_irq"; |
| 231 | + clocks = <&gcc SDC3_CLK>, <&gcc SDC3_H_CLK>; |
| 232 | + clock-names = "mclk", "apb_pclk"; |
| 233 | + bus-width = <4>; |
| 234 | + cap-sd-highspeed; |
| 235 | + cap-mmc-highspeed; |
| 236 | + max-frequency = <192000000>; |
| 237 | + no-1-8-v; |
| 238 | + vmmc-supply = <&vsdcc_fixed>; |
| 239 | + }; |
| 240 | + }; |
191 | 241 | };
|
192 | 242 | };
|
0 commit comments