| .. | .. |
|---|
| 4 | 4 | #include <dt-bindings/memory/tegra30-mc.h> |
|---|
| 5 | 5 | #include <dt-bindings/pinctrl/pinctrl-tegra.h> |
|---|
| 6 | 6 | #include <dt-bindings/interrupt-controller/arm-gic.h> |
|---|
| 7 | +#include <dt-bindings/soc/tegra-pmc.h> |
|---|
| 7 | 8 | |
|---|
| 8 | 9 | / { |
|---|
| 9 | 10 | compatible = "nvidia,tegra30"; |
|---|
| .. | .. |
|---|
| 19 | 20 | pcie@3000 { |
|---|
| 20 | 21 | compatible = "nvidia,tegra30-pcie"; |
|---|
| 21 | 22 | device_type = "pci"; |
|---|
| 22 | | - reg = <0x00003000 0x00000800 /* PADS registers */ |
|---|
| 23 | | - 0x00003800 0x00000200 /* AFI registers */ |
|---|
| 24 | | - 0x10000000 0x10000000>; /* configuration space */ |
|---|
| 23 | + reg = <0x00003000 0x00000800>, /* PADS registers */ |
|---|
| 24 | + <0x00003800 0x00000200>, /* AFI registers */ |
|---|
| 25 | + <0x10000000 0x10000000>; /* configuration space */ |
|---|
| 25 | 26 | reg-names = "pads", "afi", "cs"; |
|---|
| 26 | | - interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH /* controller interrupt */ |
|---|
| 27 | | - GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */ |
|---|
| 27 | + interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>, /* controller interrupt */ |
|---|
| 28 | + <GIC_SPI 99 IRQ_TYPE_LEVEL_HIGH>; /* MSI interrupt */ |
|---|
| 28 | 29 | interrupt-names = "intr", "msi"; |
|---|
| 29 | 30 | |
|---|
| 30 | 31 | #interrupt-cells = <1>; |
|---|
| .. | .. |
|---|
| 35 | 36 | #address-cells = <3>; |
|---|
| 36 | 37 | #size-cells = <2>; |
|---|
| 37 | 38 | |
|---|
| 38 | | - ranges = <0x82000000 0 0x00000000 0x00000000 0 0x00001000 /* port 0 configuration space */ |
|---|
| 39 | | - 0x82000000 0 0x00001000 0x00001000 0 0x00001000 /* port 1 configuration space */ |
|---|
| 40 | | - 0x82000000 0 0x00004000 0x00004000 0 0x00001000 /* port 2 configuration space */ |
|---|
| 41 | | - 0x81000000 0 0 0x02000000 0 0x00010000 /* downstream I/O */ |
|---|
| 42 | | - 0x82000000 0 0x20000000 0x20000000 0 0x08000000 /* non-prefetchable memory */ |
|---|
| 43 | | - 0xc2000000 0 0x28000000 0x28000000 0 0x18000000>; /* prefetchable memory */ |
|---|
| 39 | + ranges = <0x02000000 0 0x00000000 0x00000000 0 0x00001000>, /* port 0 configuration space */ |
|---|
| 40 | + <0x02000000 0 0x00001000 0x00001000 0 0x00001000>, /* port 1 configuration space */ |
|---|
| 41 | + <0x02000000 0 0x00004000 0x00004000 0 0x00001000>, /* port 2 configuration space */ |
|---|
| 42 | + <0x01000000 0 0 0x02000000 0 0x00010000>, /* downstream I/O */ |
|---|
| 43 | + <0x02000000 0 0x20000000 0x20000000 0 0x08000000>, /* non-prefetchable memory */ |
|---|
| 44 | + <0x42000000 0 0x28000000 0x28000000 0 0x18000000>; /* prefetchable memory */ |
|---|
| 44 | 45 | |
|---|
| 45 | 46 | clocks = <&tegra_car TEGRA30_CLK_PCIE>, |
|---|
| 46 | 47 | <&tegra_car TEGRA30_CLK_AFI>, |
|---|
| .. | .. |
|---|
| 96 | 97 | }; |
|---|
| 97 | 98 | }; |
|---|
| 98 | 99 | |
|---|
| 99 | | - iram@40000000 { |
|---|
| 100 | + sram@40000000 { |
|---|
| 100 | 101 | compatible = "mmio-sram"; |
|---|
| 101 | 102 | reg = <0x40000000 0x40000>; |
|---|
| 102 | 103 | #address-cells = <1>; |
|---|
| 103 | 104 | #size-cells = <1>; |
|---|
| 104 | 105 | ranges = <0 0x40000000 0x40000>; |
|---|
| 105 | 106 | |
|---|
| 106 | | - vde_pool: vde@400 { |
|---|
| 107 | + vde_pool: sram@400 { |
|---|
| 107 | 108 | reg = <0x400 0x3fc00>; |
|---|
| 108 | 109 | pool; |
|---|
| 109 | 110 | }; |
|---|
| 110 | 111 | }; |
|---|
| 111 | 112 | |
|---|
| 112 | 113 | host1x@50000000 { |
|---|
| 113 | | - compatible = "nvidia,tegra30-host1x", "simple-bus"; |
|---|
| 114 | + compatible = "nvidia,tegra30-host1x"; |
|---|
| 114 | 115 | reg = <0x50000000 0x00024000>; |
|---|
| 115 | 116 | interrupts = <GIC_SPI 65 IRQ_TYPE_LEVEL_HIGH>, /* syncpt */ |
|---|
| 116 | 117 | <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>; /* general */ |
|---|
| 118 | + interrupt-names = "syncpt", "host1x"; |
|---|
| 117 | 119 | clocks = <&tegra_car TEGRA30_CLK_HOST1X>; |
|---|
| 120 | + clock-names = "host1x"; |
|---|
| 118 | 121 | resets = <&tegra_car 28>; |
|---|
| 119 | 122 | reset-names = "host1x"; |
|---|
| 120 | 123 | iommus = <&mc TEGRA_SWGROUP_HC>; |
|---|
| .. | .. |
|---|
| 182 | 185 | gr3d@54180000 { |
|---|
| 183 | 186 | compatible = "nvidia,tegra30-gr3d"; |
|---|
| 184 | 187 | reg = <0x54180000 0x00040000>; |
|---|
| 185 | | - clocks = <&tegra_car TEGRA30_CLK_GR3D |
|---|
| 186 | | - &tegra_car TEGRA30_CLK_GR3D2>; |
|---|
| 188 | + clocks = <&tegra_car TEGRA30_CLK_GR3D>, |
|---|
| 189 | + <&tegra_car TEGRA30_CLK_GR3D2>; |
|---|
| 187 | 190 | clock-names = "3d", "3d2"; |
|---|
| 188 | 191 | resets = <&tegra_car 24>, |
|---|
| 189 | 192 | <&tegra_car 98>; |
|---|
| .. | .. |
|---|
| 194 | 197 | }; |
|---|
| 195 | 198 | |
|---|
| 196 | 199 | dc@54200000 { |
|---|
| 197 | | - compatible = "nvidia,tegra30-dc", "nvidia,tegra20-dc"; |
|---|
| 200 | + compatible = "nvidia,tegra30-dc"; |
|---|
| 198 | 201 | reg = <0x54200000 0x00040000>; |
|---|
| 199 | 202 | interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 200 | 203 | clocks = <&tegra_car TEGRA30_CLK_DISP1>, |
|---|
| .. | .. |
|---|
| 254 | 257 | dsi@54300000 { |
|---|
| 255 | 258 | compatible = "nvidia,tegra30-dsi"; |
|---|
| 256 | 259 | reg = <0x54300000 0x00040000>; |
|---|
| 257 | | - clocks = <&tegra_car TEGRA30_CLK_DSIA>; |
|---|
| 260 | + clocks = <&tegra_car TEGRA30_CLK_DSIA>, |
|---|
| 261 | + <&tegra_car TEGRA30_CLK_PLL_D_OUT0>; |
|---|
| 262 | + clock-names = "dsi", "parent"; |
|---|
| 258 | 263 | resets = <&tegra_car 48>; |
|---|
| 264 | + reset-names = "dsi"; |
|---|
| 265 | + status = "disabled"; |
|---|
| 266 | + }; |
|---|
| 267 | + |
|---|
| 268 | + dsi@54400000 { |
|---|
| 269 | + compatible = "nvidia,tegra30-dsi"; |
|---|
| 270 | + reg = <0x54400000 0x00040000>; |
|---|
| 271 | + clocks = <&tegra_car TEGRA30_CLK_DSIB>, |
|---|
| 272 | + <&tegra_car TEGRA30_CLK_PLL_D_OUT0>; |
|---|
| 273 | + clock-names = "dsi", "parent"; |
|---|
| 274 | + resets = <&tegra_car 84>; |
|---|
| 259 | 275 | reset-names = "dsi"; |
|---|
| 260 | 276 | status = "disabled"; |
|---|
| 261 | 277 | }; |
|---|
| .. | .. |
|---|
| 272 | 288 | |
|---|
| 273 | 289 | intc: interrupt-controller@50041000 { |
|---|
| 274 | 290 | compatible = "arm,cortex-a9-gic"; |
|---|
| 275 | | - reg = <0x50041000 0x1000 |
|---|
| 276 | | - 0x50040100 0x0100>; |
|---|
| 291 | + reg = <0x50041000 0x1000>, |
|---|
| 292 | + <0x50040100 0x0100>; |
|---|
| 277 | 293 | interrupt-controller; |
|---|
| 278 | 294 | #interrupt-cells = <3>; |
|---|
| 279 | 295 | interrupt-parent = <&intc>; |
|---|
| .. | .. |
|---|
| 370 | 386 | reg = <0x6000c000 0x150>; /* AHB Arbitration + Gizmo Controller */ |
|---|
| 371 | 387 | }; |
|---|
| 372 | 388 | |
|---|
| 389 | + actmon@6000c800 { |
|---|
| 390 | + compatible = "nvidia,tegra30-actmon"; |
|---|
| 391 | + reg = <0x6000c800 0x400>; |
|---|
| 392 | + interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 393 | + clocks = <&tegra_car TEGRA30_CLK_ACTMON>, |
|---|
| 394 | + <&tegra_car TEGRA30_CLK_EMC>; |
|---|
| 395 | + clock-names = "actmon", "emc"; |
|---|
| 396 | + resets = <&tegra_car TEGRA30_CLK_ACTMON>; |
|---|
| 397 | + reset-names = "actmon"; |
|---|
| 398 | + }; |
|---|
| 399 | + |
|---|
| 373 | 400 | gpio: gpio@6000d000 { |
|---|
| 374 | 401 | compatible = "nvidia,tegra30-gpio"; |
|---|
| 375 | 402 | reg = <0x6000d000 0x1000>; |
|---|
| .. | .. |
|---|
| 392 | 419 | |
|---|
| 393 | 420 | vde@6001a000 { |
|---|
| 394 | 421 | compatible = "nvidia,tegra30-vde", "nvidia,tegra20-vde"; |
|---|
| 395 | | - reg = <0x6001a000 0x1000 /* Syntax Engine */ |
|---|
| 396 | | - 0x6001b000 0x1000 /* Video Bitstream Engine */ |
|---|
| 397 | | - 0x6001c000 0x100 /* Macroblock Engine */ |
|---|
| 398 | | - 0x6001c200 0x100 /* Post-processing Engine */ |
|---|
| 399 | | - 0x6001c400 0x100 /* Motion Compensation Engine */ |
|---|
| 400 | | - 0x6001c600 0x100 /* Transform Engine */ |
|---|
| 401 | | - 0x6001c800 0x100 /* Pixel prediction block */ |
|---|
| 402 | | - 0x6001ca00 0x100 /* Video DMA */ |
|---|
| 403 | | - 0x6001d800 0x400>; /* Video frame controls */ |
|---|
| 422 | + reg = <0x6001a000 0x1000>, /* Syntax Engine */ |
|---|
| 423 | + <0x6001b000 0x1000>, /* Video Bitstream Engine */ |
|---|
| 424 | + <0x6001c000 0x100>, /* Macroblock Engine */ |
|---|
| 425 | + <0x6001c200 0x100>, /* Post-processing Engine */ |
|---|
| 426 | + <0x6001c400 0x100>, /* Motion Compensation Engine */ |
|---|
| 427 | + <0x6001c600 0x100>, /* Transform Engine */ |
|---|
| 428 | + <0x6001c800 0x100>, /* Pixel prediction block */ |
|---|
| 429 | + <0x6001ca00 0x100>, /* Video DMA */ |
|---|
| 430 | + <0x6001d800 0x400>; /* Video frame controls */ |
|---|
| 404 | 431 | reg-names = "sxe", "bsev", "mbe", "ppe", "mce", |
|---|
| 405 | 432 | "tfe", "ppb", "vdma", "frameid"; |
|---|
| 406 | 433 | iram = <&vde_pool>; /* IRAM region */ |
|---|
| .. | .. |
|---|
| 411 | 438 | clocks = <&tegra_car TEGRA30_CLK_VDE>; |
|---|
| 412 | 439 | reset-names = "vde", "mc"; |
|---|
| 413 | 440 | resets = <&tegra_car 61>, <&mc TEGRA30_MC_RESET_VDE>; |
|---|
| 441 | + iommus = <&mc TEGRA_SWGROUP_VDE>; |
|---|
| 414 | 442 | }; |
|---|
| 415 | 443 | |
|---|
| 416 | 444 | apbmisc@70000800 { |
|---|
| 417 | 445 | compatible = "nvidia,tegra30-apbmisc", "nvidia,tegra20-apbmisc"; |
|---|
| 418 | | - reg = <0x70000800 0x64 /* Chip revision */ |
|---|
| 419 | | - 0x70000008 0x04>; /* Strapping options */ |
|---|
| 446 | + reg = <0x70000800 0x64>, /* Chip revision */ |
|---|
| 447 | + <0x70000008 0x04>; /* Strapping options */ |
|---|
| 420 | 448 | }; |
|---|
| 421 | 449 | |
|---|
| 422 | 450 | pinmux: pinmux@70000868 { |
|---|
| 423 | 451 | compatible = "nvidia,tegra30-pinmux"; |
|---|
| 424 | | - reg = <0x70000868 0xd4 /* Pad control registers */ |
|---|
| 425 | | - 0x70003000 0x3e4>; /* Mux registers */ |
|---|
| 452 | + reg = <0x70000868 0x0d4>, /* Pad control registers */ |
|---|
| 453 | + <0x70003000 0x3e4>; /* Mux registers */ |
|---|
| 426 | 454 | }; |
|---|
| 427 | 455 | |
|---|
| 428 | 456 | /* |
|---|
| .. | .. |
|---|
| 702 | 730 | status = "disabled"; |
|---|
| 703 | 731 | }; |
|---|
| 704 | 732 | |
|---|
| 705 | | - pmc@7000e400 { |
|---|
| 733 | + tegra_pmc: pmc@7000e400 { |
|---|
| 706 | 734 | compatible = "nvidia,tegra30-pmc"; |
|---|
| 707 | 735 | reg = <0x7000e400 0x400>; |
|---|
| 708 | 736 | clocks = <&tegra_car TEGRA30_CLK_PCLK>, <&clk32k_in>; |
|---|
| 709 | 737 | clock-names = "pclk", "clk32k_in"; |
|---|
| 738 | + #clock-cells = <1>; |
|---|
| 710 | 739 | }; |
|---|
| 711 | 740 | |
|---|
| 712 | 741 | mc: memory-controller@7000f000 { |
|---|
| .. | .. |
|---|
| 719 | 748 | |
|---|
| 720 | 749 | #iommu-cells = <1>; |
|---|
| 721 | 750 | #reset-cells = <1>; |
|---|
| 751 | + }; |
|---|
| 752 | + |
|---|
| 753 | + memory-controller@7000f400 { |
|---|
| 754 | + compatible = "nvidia,tegra30-emc"; |
|---|
| 755 | + reg = <0x7000f400 0x400>; |
|---|
| 756 | + interrupts = <GIC_SPI 78 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 757 | + clocks = <&tegra_car TEGRA30_CLK_EMC>; |
|---|
| 758 | + |
|---|
| 759 | + nvidia,memory-controller = <&mc>; |
|---|
| 722 | 760 | }; |
|---|
| 723 | 761 | |
|---|
| 724 | 762 | fuse@7000f800 { |
|---|
| .. | .. |
|---|
| 747 | 785 | |
|---|
| 748 | 786 | ahub@70080000 { |
|---|
| 749 | 787 | compatible = "nvidia,tegra30-ahub"; |
|---|
| 750 | | - reg = <0x70080000 0x200 |
|---|
| 751 | | - 0x70080200 0x100>; |
|---|
| 788 | + reg = <0x70080000 0x200>, |
|---|
| 789 | + <0x70080200 0x100>; |
|---|
| 752 | 790 | interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 753 | 791 | clocks = <&tegra_car TEGRA30_CLK_D_AUDIO>, |
|---|
| 754 | 792 | <&tegra_car TEGRA30_CLK_APBIF>; |
|---|
| .. | .. |
|---|
| 828 | 866 | }; |
|---|
| 829 | 867 | }; |
|---|
| 830 | 868 | |
|---|
| 831 | | - sdhci@78000000 { |
|---|
| 832 | | - compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci"; |
|---|
| 869 | + mmc@78000000 { |
|---|
| 870 | + compatible = "nvidia,tegra30-sdhci"; |
|---|
| 833 | 871 | reg = <0x78000000 0x200>; |
|---|
| 834 | 872 | interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 835 | 873 | clocks = <&tegra_car TEGRA30_CLK_SDMMC1>; |
|---|
| 874 | + clock-names = "sdhci"; |
|---|
| 836 | 875 | resets = <&tegra_car 14>; |
|---|
| 837 | 876 | reset-names = "sdhci"; |
|---|
| 838 | 877 | status = "disabled"; |
|---|
| 839 | 878 | }; |
|---|
| 840 | 879 | |
|---|
| 841 | | - sdhci@78000200 { |
|---|
| 842 | | - compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci"; |
|---|
| 880 | + mmc@78000200 { |
|---|
| 881 | + compatible = "nvidia,tegra30-sdhci"; |
|---|
| 843 | 882 | reg = <0x78000200 0x200>; |
|---|
| 844 | 883 | interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 845 | 884 | clocks = <&tegra_car TEGRA30_CLK_SDMMC2>; |
|---|
| 885 | + clock-names = "sdhci"; |
|---|
| 846 | 886 | resets = <&tegra_car 9>; |
|---|
| 847 | 887 | reset-names = "sdhci"; |
|---|
| 848 | 888 | status = "disabled"; |
|---|
| 849 | 889 | }; |
|---|
| 850 | 890 | |
|---|
| 851 | | - sdhci@78000400 { |
|---|
| 852 | | - compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci"; |
|---|
| 891 | + mmc@78000400 { |
|---|
| 892 | + compatible = "nvidia,tegra30-sdhci"; |
|---|
| 853 | 893 | reg = <0x78000400 0x200>; |
|---|
| 854 | 894 | interrupts = <GIC_SPI 19 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 855 | 895 | clocks = <&tegra_car TEGRA30_CLK_SDMMC3>; |
|---|
| 896 | + clock-names = "sdhci"; |
|---|
| 856 | 897 | resets = <&tegra_car 69>; |
|---|
| 857 | 898 | reset-names = "sdhci"; |
|---|
| 858 | 899 | status = "disabled"; |
|---|
| 859 | 900 | }; |
|---|
| 860 | 901 | |
|---|
| 861 | | - sdhci@78000600 { |
|---|
| 862 | | - compatible = "nvidia,tegra30-sdhci", "nvidia,tegra20-sdhci"; |
|---|
| 902 | + mmc@78000600 { |
|---|
| 903 | + compatible = "nvidia,tegra30-sdhci"; |
|---|
| 863 | 904 | reg = <0x78000600 0x200>; |
|---|
| 864 | 905 | interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 865 | 906 | clocks = <&tegra_car TEGRA30_CLK_SDMMC4>; |
|---|
| 907 | + clock-names = "sdhci"; |
|---|
| 866 | 908 | resets = <&tegra_car 15>; |
|---|
| 867 | 909 | reset-names = "sdhci"; |
|---|
| 868 | 910 | status = "disabled"; |
|---|
| .. | .. |
|---|
| 883 | 925 | |
|---|
| 884 | 926 | phy1: usb-phy@7d000000 { |
|---|
| 885 | 927 | compatible = "nvidia,tegra30-usb-phy"; |
|---|
| 886 | | - reg = <0x7d000000 0x4000 0x7d000000 0x4000>; |
|---|
| 928 | + reg = <0x7d000000 0x4000>, |
|---|
| 929 | + <0x7d000000 0x4000>; |
|---|
| 887 | 930 | phy_type = "utmi"; |
|---|
| 888 | 931 | clocks = <&tegra_car TEGRA30_CLK_USBD>, |
|---|
| 889 | 932 | <&tegra_car TEGRA30_CLK_PLL_U>, |
|---|
| .. | .. |
|---|
| 891 | 934 | clock-names = "reg", "pll_u", "utmi-pads"; |
|---|
| 892 | 935 | resets = <&tegra_car 22>, <&tegra_car 22>; |
|---|
| 893 | 936 | reset-names = "usb", "utmi-pads"; |
|---|
| 937 | + #phy-cells = <0>; |
|---|
| 894 | 938 | nvidia,hssync-start-delay = <9>; |
|---|
| 895 | 939 | nvidia,idle-wait-delay = <17>; |
|---|
| 896 | 940 | nvidia,elastic-limit = <16>; |
|---|
| .. | .. |
|---|
| 920 | 964 | |
|---|
| 921 | 965 | phy2: usb-phy@7d004000 { |
|---|
| 922 | 966 | compatible = "nvidia,tegra30-usb-phy"; |
|---|
| 923 | | - reg = <0x7d004000 0x4000 0x7d000000 0x4000>; |
|---|
| 967 | + reg = <0x7d004000 0x4000>, |
|---|
| 968 | + <0x7d000000 0x4000>; |
|---|
| 924 | 969 | phy_type = "utmi"; |
|---|
| 925 | 970 | clocks = <&tegra_car TEGRA30_CLK_USB2>, |
|---|
| 926 | 971 | <&tegra_car TEGRA30_CLK_PLL_U>, |
|---|
| .. | .. |
|---|
| 928 | 973 | clock-names = "reg", "pll_u", "utmi-pads"; |
|---|
| 929 | 974 | resets = <&tegra_car 58>, <&tegra_car 22>; |
|---|
| 930 | 975 | reset-names = "usb", "utmi-pads"; |
|---|
| 976 | + #phy-cells = <0>; |
|---|
| 931 | 977 | nvidia,hssync-start-delay = <9>; |
|---|
| 932 | 978 | nvidia,idle-wait-delay = <17>; |
|---|
| 933 | 979 | nvidia,elastic-limit = <16>; |
|---|
| .. | .. |
|---|
| 956 | 1002 | |
|---|
| 957 | 1003 | phy3: usb-phy@7d008000 { |
|---|
| 958 | 1004 | compatible = "nvidia,tegra30-usb-phy"; |
|---|
| 959 | | - reg = <0x7d008000 0x4000 0x7d000000 0x4000>; |
|---|
| 1005 | + reg = <0x7d008000 0x4000>, |
|---|
| 1006 | + <0x7d000000 0x4000>; |
|---|
| 960 | 1007 | phy_type = "utmi"; |
|---|
| 961 | 1008 | clocks = <&tegra_car TEGRA30_CLK_USB3>, |
|---|
| 962 | 1009 | <&tegra_car TEGRA30_CLK_PLL_U>, |
|---|
| .. | .. |
|---|
| 964 | 1011 | clock-names = "reg", "pll_u", "utmi-pads"; |
|---|
| 965 | 1012 | resets = <&tegra_car 59>, <&tegra_car 22>; |
|---|
| 966 | 1013 | reset-names = "usb", "utmi-pads"; |
|---|
| 1014 | + #phy-cells = <0>; |
|---|
| 967 | 1015 | nvidia,hssync-start-delay = <0>; |
|---|
| 968 | 1016 | nvidia,idle-wait-delay = <17>; |
|---|
| 969 | 1017 | nvidia,elastic-limit = <16>; |
|---|
| .. | .. |
|---|
| 986 | 1034 | device_type = "cpu"; |
|---|
| 987 | 1035 | compatible = "arm,cortex-a9"; |
|---|
| 988 | 1036 | reg = <0>; |
|---|
| 1037 | + clocks = <&tegra_car TEGRA30_CLK_CCLK_G>; |
|---|
| 989 | 1038 | }; |
|---|
| 990 | 1039 | |
|---|
| 991 | 1040 | cpu@1 { |
|---|
| 992 | 1041 | device_type = "cpu"; |
|---|
| 993 | 1042 | compatible = "arm,cortex-a9"; |
|---|
| 994 | 1043 | reg = <1>; |
|---|
| 1044 | + clocks = <&tegra_car TEGRA30_CLK_CCLK_G>; |
|---|
| 995 | 1045 | }; |
|---|
| 996 | 1046 | |
|---|
| 997 | 1047 | cpu@2 { |
|---|
| 998 | 1048 | device_type = "cpu"; |
|---|
| 999 | 1049 | compatible = "arm,cortex-a9"; |
|---|
| 1000 | 1050 | reg = <2>; |
|---|
| 1051 | + clocks = <&tegra_car TEGRA30_CLK_CCLK_G>; |
|---|
| 1001 | 1052 | }; |
|---|
| 1002 | 1053 | |
|---|
| 1003 | 1054 | cpu@3 { |
|---|
| 1004 | 1055 | device_type = "cpu"; |
|---|
| 1005 | 1056 | compatible = "arm,cortex-a9"; |
|---|
| 1006 | 1057 | reg = <3>; |
|---|
| 1058 | + clocks = <&tegra_car TEGRA30_CLK_CCLK_G>; |
|---|
| 1007 | 1059 | }; |
|---|
| 1008 | 1060 | }; |
|---|
| 1009 | 1061 | |
|---|
| .. | .. |
|---|
| 1013 | 1065 | <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>, |
|---|
| 1014 | 1066 | <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>, |
|---|
| 1015 | 1067 | <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>; |
|---|
| 1068 | + interrupt-affinity = <&{/cpus/cpu@0}>, |
|---|
| 1069 | + <&{/cpus/cpu@1}>, |
|---|
| 1070 | + <&{/cpus/cpu@2}>, |
|---|
| 1071 | + <&{/cpus/cpu@3}>; |
|---|
| 1016 | 1072 | }; |
|---|
| 1017 | 1073 | }; |
|---|