diff options
Diffstat (limited to 'arch/arm/boot/dts/tegra30.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra30.dtsi | 53 |
1 files changed, 52 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi index ee7db9892e02..ac4b75cb26c0 100644 --- a/arch/arm/boot/dts/tegra30.dtsi +++ b/arch/arm/boot/dts/tegra30.dtsi | |||
@@ -4,6 +4,11 @@ | |||
4 | compatible = "nvidia,tegra30"; | 4 | compatible = "nvidia,tegra30"; |
5 | interrupt-parent = <&intc>; | 5 | interrupt-parent = <&intc>; |
6 | 6 | ||
7 | pmc@7000f400 { | ||
8 | compatible = "nvidia,tegra20-pmc", "nvidia,tegra30-pmc"; | ||
9 | reg = <0x7000e400 0x400>; | ||
10 | }; | ||
11 | |||
7 | intc: interrupt-controller@50041000 { | 12 | intc: interrupt-controller@50041000 { |
8 | compatible = "arm,cortex-a9-gic"; | 13 | compatible = "arm,cortex-a9-gic"; |
9 | interrupt-controller; | 14 | interrupt-controller; |
@@ -12,6 +17,43 @@ | |||
12 | < 0x50040100 0x0100 >; | 17 | < 0x50040100 0x0100 >; |
13 | }; | 18 | }; |
14 | 19 | ||
20 | apbdma: dma@6000a000 { | ||
21 | compatible = "nvidia,tegra30-apbdma", "nvidia,tegra20-apbdma"; | ||
22 | reg = <0x6000a000 0x1400>; | ||
23 | interrupts = < 0 104 0x04 | ||
24 | 0 105 0x04 | ||
25 | 0 106 0x04 | ||
26 | 0 107 0x04 | ||
27 | 0 108 0x04 | ||
28 | 0 109 0x04 | ||
29 | 0 110 0x04 | ||
30 | 0 111 0x04 | ||
31 | 0 112 0x04 | ||
32 | 0 113 0x04 | ||
33 | 0 114 0x04 | ||
34 | 0 115 0x04 | ||
35 | 0 116 0x04 | ||
36 | 0 117 0x04 | ||
37 | 0 118 0x04 | ||
38 | 0 119 0x04 | ||
39 | 0 128 0x04 | ||
40 | 0 129 0x04 | ||
41 | 0 130 0x04 | ||
42 | 0 131 0x04 | ||
43 | 0 132 0x04 | ||
44 | 0 133 0x04 | ||
45 | 0 134 0x04 | ||
46 | 0 135 0x04 | ||
47 | 0 136 0x04 | ||
48 | 0 137 0x04 | ||
49 | 0 138 0x04 | ||
50 | 0 139 0x04 | ||
51 | 0 140 0x04 | ||
52 | 0 141 0x04 | ||
53 | 0 142 0x04 | ||
54 | 0 143 0x04 >; | ||
55 | }; | ||
56 | |||
15 | i2c@7000c000 { | 57 | i2c@7000c000 { |
16 | #address-cells = <1>; | 58 | #address-cells = <1>; |
17 | #size-cells = <0>; | 59 | #size-cells = <0>; |
@@ -55,9 +97,18 @@ | |||
55 | gpio: gpio@6000d000 { | 97 | gpio: gpio@6000d000 { |
56 | compatible = "nvidia,tegra30-gpio", "nvidia,tegra20-gpio"; | 98 | compatible = "nvidia,tegra30-gpio", "nvidia,tegra20-gpio"; |
57 | reg = < 0x6000d000 0x1000 >; | 99 | reg = < 0x6000d000 0x1000 >; |
58 | interrupts = < 0 32 0x04 0 33 0x04 0 34 0x04 0 35 0x04 0 55 0x04 0 87 0x04 0 89 0x04 >; | 100 | interrupts = < 0 32 0x04 |
101 | 0 33 0x04 | ||
102 | 0 34 0x04 | ||
103 | 0 35 0x04 | ||
104 | 0 55 0x04 | ||
105 | 0 87 0x04 | ||
106 | 0 89 0x04 | ||
107 | 0 125 0x04 >; | ||
59 | #gpio-cells = <2>; | 108 | #gpio-cells = <2>; |
60 | gpio-controller; | 109 | gpio-controller; |
110 | #interrupt-cells = <2>; | ||
111 | interrupt-controller; | ||
61 | }; | 112 | }; |
62 | 113 | ||
63 | serial@70006000 { | 114 | serial@70006000 { |