3 #include "tegra30-cardhu.dtsi"
5 /* This dts file support the cardhu A02 version of board */
8 model = "NVIDIA Tegra30 Cardhu A02 evaluation board";
9 compatible = "nvidia,cardhu-a02", "nvidia,cardhu", "nvidia,tegra30";
12 compatible = "simple-bus";
16 ddr_reg: regulator@100 {
17 compatible = "regulator-fixed";
19 regulator-name = "vdd_ddr";
20 regulator-min-microvolt = <1500000>;
21 regulator-max-microvolt = <1500000>;
25 gpio = <&pmic 6 GPIO_ACTIVE_HIGH>;
28 sys_3v3_reg: regulator@101 {
29 compatible = "regulator-fixed";
31 regulator-name = "sys_3v3";
32 regulator-min-microvolt = <3300000>;
33 regulator-max-microvolt = <3300000>;
37 gpio = <&pmic 7 GPIO_ACTIVE_HIGH>;
40 usb1_vbus_reg: regulator@102 {
41 compatible = "regulator-fixed";
43 regulator-name = "usb1_vbus";
44 regulator-min-microvolt = <5000000>;
45 regulator-max-microvolt = <5000000>;
47 gpio = <&gpio TEGRA_GPIO(I, 4) GPIO_ACTIVE_HIGH>;
49 vin-supply = <&vdd_5v0_reg>;
52 usb3_vbus_reg: regulator@103 {
53 compatible = "regulator-fixed";
55 regulator-name = "usb3_vbus";
56 regulator-min-microvolt = <5000000>;
57 regulator-max-microvolt = <5000000>;
59 gpio = <&gpio TEGRA_GPIO(H, 7) GPIO_ACTIVE_HIGH>;
61 vin-supply = <&vdd_5v0_reg>;
64 vdd_5v0_reg: regulator@104 {
65 compatible = "regulator-fixed";
67 regulator-name = "5v0";
68 regulator-min-microvolt = <5000000>;
69 regulator-max-microvolt = <5000000>;
71 gpio = <&pmic 2 GPIO_ACTIVE_HIGH>;
74 vdd_bl_reg: regulator@105 {
75 compatible = "regulator-fixed";
77 regulator-name = "vdd_bl";
78 regulator-min-microvolt = <5000000>;
79 regulator-max-microvolt = <5000000>;
83 gpio = <&gpio TEGRA_GPIO(K, 3) GPIO_ACTIVE_HIGH>;
89 power-gpios = <&gpio TEGRA_GPIO(D, 4) GPIO_ACTIVE_HIGH>;
91 keep-power-in-suspend;