]> 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 4fd2496dbc57f07e5c42771814c0ac5df04a34aa..d4577c99c5d9dab54c1a1ffb0706b9b0114be32f 100644 (file)
                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>;
+               };
+       };
+
 };