3 #include "tegra30-cardhu.dtsi"
5 /* This dts file support the cardhu A04 and later versions of board */
8 model = "NVIDIA Tegra30 Cardhu A04 (A05, A06, A07) evaluation board";
9 compatible = "nvidia,cardhu-a04", "nvidia,cardhu", "nvidia,tegra30";
13 power-gpios = <&gpio TEGRA_GPIO(D, 3) GPIO_ACTIVE_HIGH>;
15 keep-power-in-suspend;
19 compatible = "simple-bus";
23 ddr_reg: regulator@100 {
24 compatible = "regulator-fixed";
25 regulator-name = "ddr";
27 regulator-min-microvolt = <1500000>;
28 regulator-max-microvolt = <1500000>;
32 gpio = <&pmic 7 GPIO_ACTIVE_HIGH>;
35 sys_3v3_reg: regulator@101 {
36 compatible = "regulator-fixed";
38 regulator-name = "sys_3v3";
39 regulator-min-microvolt = <3300000>;
40 regulator-max-microvolt = <3300000>;
44 gpio = <&pmic 6 GPIO_ACTIVE_HIGH>;
47 usb1_vbus_reg: regulator@102 {
48 compatible = "regulator-fixed";
50 regulator-name = "usb1_vbus";
51 regulator-min-microvolt = <5000000>;
52 regulator-max-microvolt = <5000000>;
54 gpio = <&gpio TEGRA_GPIO(DD, 6) GPIO_ACTIVE_HIGH>;
56 vin-supply = <&vdd_5v0_reg>;
59 usb3_vbus_reg: regulator@103 {
60 compatible = "regulator-fixed";
62 regulator-name = "usb3_vbus";
63 regulator-min-microvolt = <5000000>;
64 regulator-max-microvolt = <5000000>;
66 gpio = <&gpio TEGRA_GPIO(DD, 4) GPIO_ACTIVE_HIGH>;
68 vin-supply = <&vdd_5v0_reg>;
71 vdd_5v0_reg: regulator@104 {
72 compatible = "regulator-fixed";
74 regulator-name = "5v0";
75 regulator-min-microvolt = <5000000>;
76 regulator-max-microvolt = <5000000>;
78 gpio = <&pmic 8 GPIO_ACTIVE_HIGH>;
81 vdd_bl_reg: regulator@105 {
82 compatible = "regulator-fixed";
84 regulator-name = "vdd_bl";
85 regulator-min-microvolt = <5000000>;
86 regulator-max-microvolt = <5000000>;
90 gpio = <&gpio TEGRA_GPIO(DD, 2) GPIO_ACTIVE_HIGH>;
93 vdd_bl2_reg: regulator@106 {
94 compatible = "regulator-fixed";
96 regulator-name = "vdd_bl2";
97 regulator-min-microvolt = <5000000>;
98 regulator-max-microvolt = <5000000>;
102 gpio = <&gpio TEGRA_GPIO(DD, 0) GPIO_ACTIVE_HIGH>;