3 #include "tegra20.dtsi"
6 model = "Compulab TrimSlice board";
7 compatible = "compulab,trimslice", "nvidia,tegra20";
14 usb0 = "/usb@c5008000";
15 usb1 = "/usb@c5000000";
16 sdhci0 = "/sdhci@c8000600";
17 sdhci1 = "/sdhci@c8000000";
18 spi0 = "/spi@7000c380";
22 reg = <0x00000000 0x40000000>;
26 clock-frequency = <216000000>;
31 spi-max-frequency = <25000000>;
34 pcie-controller@80003000 {
37 avdd-pex-supply = <&pci_vdd_reg>;
38 vdd-pex-supply = <&pci_vdd_reg>;
39 avdd-pex-pll-supply = <&pci_vdd_reg>;
40 avdd-plle-supply = <&pci_vdd_reg>;
41 vddio-pex-clk-supply = <&pci_clk_reg>;
50 nvidia,vbus-gpio = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
60 cd-gpios = <&gpio TEGRA_GPIO(P, 1) GPIO_ACTIVE_LOW>;
61 wp-gpios = <&gpio TEGRA_GPIO(P, 2) GPIO_ACTIVE_HIGH>;
66 compatible = "simple-bus";
71 compatible = "fixed-clock";
74 clock-frequency = <32768>;
79 compatible = "simple-bus";
83 hdmi_vdd_reg: regulator@0 {
84 compatible = "regulator-fixed";
86 regulator-name = "avdd_hdmi";
87 regulator-min-microvolt = <3300000>;
88 regulator-max-microvolt = <3300000>;
92 hdmi_pll_reg: regulator@1 {
93 compatible = "regulator-fixed";
95 regulator-name = "avdd_hdmi_pll";
96 regulator-min-microvolt = <1800000>;
97 regulator-max-microvolt = <1800000>;
101 vbus_reg: regulator@2 {
102 compatible = "regulator-fixed";
104 regulator-name = "usb1_vbus";
105 regulator-min-microvolt = <5000000>;
106 regulator-max-microvolt = <5000000>;
108 gpio = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
113 pci_clk_reg: regulator@3 {
114 compatible = "regulator-fixed";
116 regulator-name = "pci_clk";
117 regulator-min-microvolt = <3300000>;
118 regulator-max-microvolt = <3300000>;
122 pci_vdd_reg: regulator@4 {
123 compatible = "regulator-fixed";
125 regulator-name = "pci_vdd";
126 regulator-min-microvolt = <1050000>;
127 regulator-max-microvolt = <1050000>;