3 #include "tegra20.dtsi"
6 model = "Compulab TrimSlice board";
7 compatible = "compulab,trimslice", "nvidia,tegra20";
14 usb0 = "/usb@c5000000";
15 mmc0 = "/sdhci@c8000600";
16 mmc1 = "/sdhci@c8000000";
17 spi0 = "/spi@7000c380";
21 reg = <0x00000000 0x40000000>;
25 clock-frequency = <216000000>;
30 spi-max-frequency = <25000000>;
33 pcie-controller@80003000 {
36 avdd-pex-supply = <&pci_vdd_reg>;
37 vdd-pex-supply = <&pci_vdd_reg>;
38 avdd-pex-pll-supply = <&pci_vdd_reg>;
39 avdd-plle-supply = <&pci_vdd_reg>;
40 vddio-pex-clk-supply = <&pci_clk_reg>;
49 nvidia,vbus-gpio = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
59 cd-gpios = <&gpio TEGRA_GPIO(P, 1) GPIO_ACTIVE_LOW>;
60 wp-gpios = <&gpio TEGRA_GPIO(P, 2) GPIO_ACTIVE_HIGH>;
65 compatible = "simple-bus";
70 compatible = "fixed-clock";
73 clock-frequency = <32768>;
78 compatible = "simple-bus";
82 hdmi_vdd_reg: regulator@0 {
83 compatible = "regulator-fixed";
85 regulator-name = "avdd_hdmi";
86 regulator-min-microvolt = <3300000>;
87 regulator-max-microvolt = <3300000>;
91 hdmi_pll_reg: regulator@1 {
92 compatible = "regulator-fixed";
94 regulator-name = "avdd_hdmi_pll";
95 regulator-min-microvolt = <1800000>;
96 regulator-max-microvolt = <1800000>;
100 vbus_reg: regulator@2 {
101 compatible = "regulator-fixed";
103 regulator-name = "usb1_vbus";
104 regulator-min-microvolt = <5000000>;
105 regulator-max-microvolt = <5000000>;
107 gpio = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_HIGH>;
112 pci_clk_reg: regulator@3 {
113 compatible = "regulator-fixed";
115 regulator-name = "pci_clk";
116 regulator-min-microvolt = <3300000>;
117 regulator-max-microvolt = <3300000>;
121 pci_vdd_reg: regulator@4 {
122 compatible = "regulator-fixed";
124 regulator-name = "pci_vdd";
125 regulator-min-microvolt = <1050000>;
126 regulator-max-microvolt = <1050000>;