1 // SPDX-License-Identifier: GPL-2.0
4 #include "tegra30-cardhu.dtsi"
6 /* This dts file support the cardhu A02 version of board */
9 model = "NVIDIA Tegra30 Cardhu A02 evaluation board";
10 compatible = "nvidia,cardhu-a02", "nvidia,cardhu", "nvidia,tegra30";
14 power-gpios = <&gpio TEGRA_GPIO(D, 4) GPIO_ACTIVE_HIGH>;
16 keep-power-in-suspend;
20 compatible = "simple-bus";
24 ddr_reg: regulator@100 {
25 compatible = "regulator-fixed";
27 regulator-name = "vdd_ddr";
28 regulator-min-microvolt = <1500000>;
29 regulator-max-microvolt = <1500000>;
33 gpio = <&pmic 6 GPIO_ACTIVE_HIGH>;
36 sys_3v3_reg: regulator@101 {
37 compatible = "regulator-fixed";
39 regulator-name = "sys_3v3";
40 regulator-min-microvolt = <3300000>;
41 regulator-max-microvolt = <3300000>;
45 gpio = <&pmic 7 GPIO_ACTIVE_HIGH>;
48 usb1_vbus_reg: regulator@102 {
49 compatible = "regulator-fixed";
51 regulator-name = "usb1_vbus";
52 regulator-min-microvolt = <5000000>;
53 regulator-max-microvolt = <5000000>;
55 gpio = <&gpio TEGRA_GPIO(I, 4) GPIO_ACTIVE_HIGH>;
57 vin-supply = <&vdd_5v0_reg>;
60 usb3_vbus_reg: regulator@103 {
61 compatible = "regulator-fixed";
63 regulator-name = "usb3_vbus";
64 regulator-min-microvolt = <5000000>;
65 regulator-max-microvolt = <5000000>;
67 gpio = <&gpio TEGRA_GPIO(H, 7) GPIO_ACTIVE_HIGH>;
69 vin-supply = <&vdd_5v0_reg>;
72 vdd_5v0_reg: regulator@104 {
73 compatible = "regulator-fixed";
75 regulator-name = "5v0";
76 regulator-min-microvolt = <5000000>;
77 regulator-max-microvolt = <5000000>;
79 gpio = <&pmic 2 GPIO_ACTIVE_HIGH>;
82 vdd_bl_reg: regulator@105 {
83 compatible = "regulator-fixed";
85 regulator-name = "vdd_bl";
86 regulator-min-microvolt = <5000000>;
87 regulator-max-microvolt = <5000000>;
91 gpio = <&gpio TEGRA_GPIO(K, 3) GPIO_ACTIVE_HIGH>;