]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/dts/tegra20-whistler.dts
ARM: tegra: fdt: Add 'non-removable' property to all eMMC nodes
[karo-tx-uboot.git] / arch / arm / dts / tegra20-whistler.dts
index eb92264f9d6aff6cea59a22b32bfbf672e5ba690..d4577c99c5d9dab54c1a1ffb0706b9b0114be32f 100644 (file)
@@ -6,6 +6,10 @@
        model = "NVIDIA Tegra20 Whistler evaluation board";
        compatible = "nvidia,whistler", "nvidia,tegra20";
 
+       chosen {
+               stdout-path = &uarta;
+       };
+
        aliases {
                i2c0 = "/i2c@7000d000";
                usb0 = "/usb@c5008000";
                clock-frequency = < 216000000 >;
        };
 
-       i2c@7000c000 {
-               status = "disabled";
-       };
-
-       i2c@7000c400 {
-               status = "disabled";
-       };
-
-       i2c@7000c500 {
-               status = "disabled";
-       };
-
        i2c@7000d000 {
+               status = "okay";
                clock-frequency = <100000>;
 
                pmic@3c {
                };
        };
 
-       usb@c5000000 {
-               status = "disabled";
-       };
-
-       usb@c5004000 {
-               status = "disabled";
+       usb@c5008000 {
+               status = "okay";
        };
 
        sdhci@c8000400 {
                status = "okay";
-               wp-gpios = <&gpio 173 0>; /* gpio PV5 */
+               wp-gpios = <&gpio TEGRA_GPIO(V, 5) GPIO_ACTIVE_HIGH>;
                bus-width = <8>;
        };
 
        sdhci@c8000600 {
                status = "okay";
                bus-width = <8>;
+               non-removable;
+       };
+
+       clocks {
+               compatible = "simple-bus";
+               #address-cells = <1>;
+               #size-cells = <0>;
+
+               clk32k_in: clock@0 {
+                       compatible = "fixed-clock";
+                       reg=<0>;
+                       #clock-cells = <0>;
+                       clock-frequency = <32768>;
+               };
        };
+
 };