aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra20.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/tegra20.dtsi')
-rw-r--r--arch/arm/boot/dts/tegra20.dtsi53
1 files changed, 27 insertions, 26 deletions
diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi
index fc7febc2b386..56a91106041b 100644
--- a/arch/arm/boot/dts/tegra20.dtsi
+++ b/arch/arm/boot/dts/tegra20.dtsi
@@ -209,7 +209,7 @@
209 compatible = "nvidia,tegra20-das"; 209 compatible = "nvidia,tegra20-das";
210 reg = <0x70000c00 0x80>; 210 reg = <0x70000c00 0x80>;
211 }; 211 };
212 212
213 tegra_ac97: ac97 { 213 tegra_ac97: ac97 {
214 compatible = "nvidia,tegra20-ac97"; 214 compatible = "nvidia,tegra20-ac97";
215 reg = <0x70002000 0x200>; 215 reg = <0x70002000 0x200>;
@@ -299,6 +299,7 @@
299 reg = <0x7000a000 0x100>; 299 reg = <0x7000a000 0x100>;
300 #pwm-cells = <2>; 300 #pwm-cells = <2>;
301 clocks = <&tegra_car 17>; 301 clocks = <&tegra_car 17>;
302 status = "disabled";
302 }; 303 };
303 304
304 rtc { 305 rtc {
@@ -442,31 +443,6 @@
442 #size-cells = <0>; 443 #size-cells = <0>;
443 }; 444 };
444 445
445 phy1: usb-phy@c5000400 {
446 compatible = "nvidia,tegra20-usb-phy";
447 reg = <0xc5000400 0x3c00>;
448 phy_type = "utmi";
449 nvidia,has-legacy-mode;
450 clocks = <&tegra_car 22>, <&tegra_car 127>;
451 clock-names = "phy", "pll_u";
452 };
453
454 phy2: usb-phy@c5004400 {
455 compatible = "nvidia,tegra20-usb-phy";
456 reg = <0xc5004400 0x3c00>;
457 phy_type = "ulpi";
458 clocks = <&tegra_car 94>, <&tegra_car 127>;
459 clock-names = "phy", "pll_u";
460 };
461
462 phy3: usb-phy@c5008400 {
463 compatible = "nvidia,tegra20-usb-phy";
464 reg = <0xc5008400 0x3C00>;
465 phy_type = "utmi";
466 clocks = <&tegra_car 22>, <&tegra_car 127>;
467 clock-names = "phy", "pll_u";
468 };
469
470 usb@c5000000 { 446 usb@c5000000 {
471 compatible = "nvidia,tegra20-ehci", "usb-ehci"; 447 compatible = "nvidia,tegra20-ehci", "usb-ehci";
472 reg = <0xc5000000 0x4000>; 448 reg = <0xc5000000 0x4000>;
@@ -479,6 +455,15 @@
479 status = "disabled"; 455 status = "disabled";
480 }; 456 };
481 457
458 phy1: usb-phy@c5000400 {
459 compatible = "nvidia,tegra20-usb-phy";
460 reg = <0xc5000400 0x3c00>;
461 phy_type = "utmi";
462 nvidia,has-legacy-mode;
463 clocks = <&tegra_car 22>, <&tegra_car 127>;
464 clock-names = "phy", "pll_u";
465 };
466
482 usb@c5004000 { 467 usb@c5004000 {
483 compatible = "nvidia,tegra20-ehci", "usb-ehci"; 468 compatible = "nvidia,tegra20-ehci", "usb-ehci";
484 reg = <0xc5004000 0x4000>; 469 reg = <0xc5004000 0x4000>;
@@ -489,6 +474,14 @@
489 status = "disabled"; 474 status = "disabled";
490 }; 475 };
491 476
477 phy2: usb-phy@c5004400 {
478 compatible = "nvidia,tegra20-usb-phy";
479 reg = <0xc5004400 0x3c00>;
480 phy_type = "ulpi";
481 clocks = <&tegra_car 93>, <&tegra_car 127>;
482 clock-names = "phy", "pll_u";
483 };
484
492 usb@c5008000 { 485 usb@c5008000 {
493 compatible = "nvidia,tegra20-ehci", "usb-ehci"; 486 compatible = "nvidia,tegra20-ehci", "usb-ehci";
494 reg = <0xc5008000 0x4000>; 487 reg = <0xc5008000 0x4000>;
@@ -499,6 +492,14 @@
499 status = "disabled"; 492 status = "disabled";
500 }; 493 };
501 494
495 phy3: usb-phy@c5008400 {
496 compatible = "nvidia,tegra20-usb-phy";
497 reg = <0xc5008400 0x3c00>;
498 phy_type = "utmi";
499 clocks = <&tegra_car 22>, <&tegra_car 127>;
500 clock-names = "phy", "pll_u";
501 };
502
502 sdhci@c8000000 { 503 sdhci@c8000000 {
503 compatible = "nvidia,tegra20-sdhci"; 504 compatible = "nvidia,tegra20-sdhci";
504 reg = <0xc8000000 0x200>; 505 reg = <0xc8000000 0x200>;