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