]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/dts/tegra20.dtsi
tegra: usb: fdt: Add additional device tree definitions for USB ports
[karo-tx-uboot.git] / arch / arm / dts / tegra20.dtsi
index 2c46e117519313b9c9610ff73bd61b65c92694b2..d6bc9f18db782869cb75295fbcfcf0dd7b639e13 100644 (file)
                reg = <0xc5000000 0x4000>;
                interrupts = < 52 >;
                phy_type = "utmi";
+               clocks = <&tegra_car 22>;       /* PERIPH_ID_USBD */
+               nvidia,has-legacy-mode;
        };
 
        usb@c5004000 {
                reg = <0xc5004000 0x4000>;
                interrupts = < 53 >;
                phy_type = "ulpi";
+               clocks = <&tegra_car 58>;       /* PERIPH_ID_USB2 */
        };
 
        usb@c5008000 {
                reg = <0xc5008000 0x4000>;
                interrupts = < 129 >;
                phy_type = "utmi";
+               clocks = <&tegra_car 59>;       /* PERIPH_ID_USB3 */
        };
 
 };