Laxman Dewangan | 640a7af | 2012-08-09 16:30:38 +0530 | [diff] [blame] | 1 | /dts-v1/; |
| 2 | |
Stephen Warren | 1bd0bd4 | 2012-10-17 16:38:21 -0600 | [diff] [blame] | 3 | #include "tegra30-cardhu.dtsi" |
Laxman Dewangan | 640a7af | 2012-08-09 16:30:38 +0530 | [diff] [blame] | 4 | |
| 5 | /* This dts file support the cardhu A02 version of board */ |
| 6 | |
| 7 | / { |
| 8 | model = "NVIDIA Tegra30 Cardhu A02 evaluation board"; |
| 9 | compatible = "nvidia,cardhu-a02", "nvidia,cardhu", "nvidia,tegra30"; |
Laxman Dewangan | fa4a925 | 2012-08-09 16:30:39 +0530 | [diff] [blame] | 10 | |
Stephen Warren | 5789905 | 2013-11-26 14:43:45 -0700 | [diff] [blame] | 11 | sdhci@78000400 { |
| 12 | status = "okay"; |
| 13 | power-gpios = <&gpio TEGRA_GPIO(D, 4) GPIO_ACTIVE_HIGH>; |
| 14 | bus-width = <4>; |
| 15 | keep-power-in-suspend; |
| 16 | }; |
| 17 | |
Laxman Dewangan | fa4a925 | 2012-08-09 16:30:39 +0530 | [diff] [blame] | 18 | regulators { |
| 19 | compatible = "simple-bus"; |
| 20 | #address-cells = <1>; |
| 21 | #size-cells = <0>; |
| 22 | |
| 23 | ddr_reg: regulator@100 { |
| 24 | compatible = "regulator-fixed"; |
| 25 | reg = <100>; |
| 26 | regulator-name = "vdd_ddr"; |
| 27 | regulator-min-microvolt = <1500000>; |
| 28 | regulator-max-microvolt = <1500000>; |
| 29 | regulator-always-on; |
| 30 | regulator-boot-on; |
| 31 | enable-active-high; |
Stephen Warren | 3325f1b | 2013-02-12 17:25:15 -0700 | [diff] [blame] | 32 | gpio = <&pmic 6 GPIO_ACTIVE_HIGH>; |
Laxman Dewangan | fa4a925 | 2012-08-09 16:30:39 +0530 | [diff] [blame] | 33 | }; |
| 34 | |
| 35 | sys_3v3_reg: regulator@101 { |
| 36 | compatible = "regulator-fixed"; |
| 37 | reg = <101>; |
| 38 | regulator-name = "sys_3v3"; |
| 39 | regulator-min-microvolt = <3300000>; |
| 40 | regulator-max-microvolt = <3300000>; |
| 41 | regulator-always-on; |
| 42 | regulator-boot-on; |
| 43 | enable-active-high; |
Stephen Warren | 3325f1b | 2013-02-12 17:25:15 -0700 | [diff] [blame] | 44 | gpio = <&pmic 7 GPIO_ACTIVE_HIGH>; |
Laxman Dewangan | fa4a925 | 2012-08-09 16:30:39 +0530 | [diff] [blame] | 45 | }; |
| 46 | |
| 47 | usb1_vbus_reg: regulator@102 { |
| 48 | compatible = "regulator-fixed"; |
| 49 | reg = <102>; |
| 50 | regulator-name = "usb1_vbus"; |
| 51 | regulator-min-microvolt = <5000000>; |
| 52 | regulator-max-microvolt = <5000000>; |
| 53 | enable-active-high; |
Stephen Warren | 3325f1b | 2013-02-12 17:25:15 -0700 | [diff] [blame] | 54 | gpio = <&gpio TEGRA_GPIO(I, 4) GPIO_ACTIVE_HIGH>; |
Laxman Dewangan | fa4a925 | 2012-08-09 16:30:39 +0530 | [diff] [blame] | 55 | gpio-open-drain; |
| 56 | vin-supply = <&vdd_5v0_reg>; |
| 57 | }; |
| 58 | |
| 59 | usb3_vbus_reg: regulator@103 { |
| 60 | compatible = "regulator-fixed"; |
| 61 | reg = <103>; |
| 62 | regulator-name = "usb3_vbus"; |
| 63 | regulator-min-microvolt = <5000000>; |
| 64 | regulator-max-microvolt = <5000000>; |
| 65 | enable-active-high; |
Stephen Warren | 3325f1b | 2013-02-12 17:25:15 -0700 | [diff] [blame] | 66 | gpio = <&gpio TEGRA_GPIO(H, 7) GPIO_ACTIVE_HIGH>; |
Laxman Dewangan | fa4a925 | 2012-08-09 16:30:39 +0530 | [diff] [blame] | 67 | gpio-open-drain; |
| 68 | vin-supply = <&vdd_5v0_reg>; |
| 69 | }; |
| 70 | |
| 71 | vdd_5v0_reg: regulator@104 { |
| 72 | compatible = "regulator-fixed"; |
| 73 | reg = <104>; |
| 74 | regulator-name = "5v0"; |
| 75 | regulator-min-microvolt = <5000000>; |
| 76 | regulator-max-microvolt = <5000000>; |
| 77 | enable-active-high; |
Stephen Warren | 3325f1b | 2013-02-12 17:25:15 -0700 | [diff] [blame] | 78 | gpio = <&pmic 2 GPIO_ACTIVE_HIGH>; |
Laxman Dewangan | fa4a925 | 2012-08-09 16:30:39 +0530 | [diff] [blame] | 79 | }; |
| 80 | |
| 81 | vdd_bl_reg: regulator@105 { |
| 82 | compatible = "regulator-fixed"; |
| 83 | reg = <105>; |
| 84 | regulator-name = "vdd_bl"; |
| 85 | regulator-min-microvolt = <5000000>; |
| 86 | regulator-max-microvolt = <5000000>; |
| 87 | regulator-always-on; |
| 88 | regulator-boot-on; |
| 89 | enable-active-high; |
Stephen Warren | 3325f1b | 2013-02-12 17:25:15 -0700 | [diff] [blame] | 90 | gpio = <&gpio TEGRA_GPIO(K, 3) GPIO_ACTIVE_HIGH>; |
Laxman Dewangan | fa4a925 | 2012-08-09 16:30:39 +0530 | [diff] [blame] | 91 | }; |
| 92 | }; |
Laxman Dewangan | 640a7af | 2012-08-09 16:30:38 +0530 | [diff] [blame] | 93 | }; |
| 94 | |