Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 1 | /include/ "skeleton.dtsi" |
| 2 | |
| 3 | / { |
| 4 | compatible = "nvidia,tegra114"; |
| 5 | interrupt-parent = <&gic>; |
| 6 | |
| 7 | gic: interrupt-controller { |
| 8 | compatible = "arm,cortex-a15-gic"; |
| 9 | #interrupt-cells = <3>; |
| 10 | interrupt-controller; |
| 11 | reg = <0x50041000 0x1000>, |
| 12 | <0x50042000 0x1000>, |
| 13 | <0x50044000 0x2000>, |
| 14 | <0x50046000 0x2000>; |
| 15 | interrupts = <1 9 0xf04>; |
| 16 | }; |
| 17 | |
| 18 | timer@60005000 { |
| 19 | compatible = "nvidia,tegra114-timer", "nvidia,tegra20-timer"; |
| 20 | reg = <0x60005000 0x400>; |
| 21 | interrupts = <0 0 0x04 |
| 22 | 0 1 0x04 |
| 23 | 0 41 0x04 |
| 24 | 0 42 0x04 |
| 25 | 0 121 0x04 |
| 26 | 0 122 0x04>; |
| 27 | }; |
| 28 | |
| 29 | tegra_car: clock { |
| 30 | compatible = "nvidia,tegra114-car, nvidia,tegra30-car"; |
| 31 | reg = <0x60006000 0x1000>; |
| 32 | #clock-cells = <1>; |
| 33 | }; |
| 34 | |
Hiroshi Doyu | 0dfe42e | 2013-01-15 10:17:27 +0200 | [diff] [blame^] | 35 | ahb: ahb { |
| 36 | compatible = "nvidia,tegra114-ahb", "nvidia,tegra30-ahb"; |
| 37 | reg = <0x6000c004 0x14c>; |
| 38 | }; |
| 39 | |
Hiroshi Doyu | 18a4df7 | 2013-01-24 01:10:23 +0000 | [diff] [blame] | 40 | serial@70006000 { |
| 41 | compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart"; |
| 42 | reg = <0x70006000 0x40>; |
| 43 | reg-shift = <2>; |
| 44 | interrupts = <0 36 0x04>; |
| 45 | status = "disabled"; |
| 46 | }; |
| 47 | |
| 48 | serial@70006040 { |
| 49 | compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart"; |
| 50 | reg = <0x70006040 0x40>; |
| 51 | reg-shift = <2>; |
| 52 | interrupts = <0 37 0x04>; |
| 53 | status = "disabled"; |
| 54 | }; |
| 55 | |
| 56 | serial@70006200 { |
| 57 | compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart"; |
| 58 | reg = <0x70006200 0x100>; |
| 59 | reg-shift = <2>; |
| 60 | interrupts = <0 46 0x04>; |
| 61 | status = "disabled"; |
| 62 | }; |
| 63 | |
| 64 | serial@70006300 { |
| 65 | compatible = "nvidia,tegra114-uart", "nvidia,tegra20-uart"; |
| 66 | reg = <0x70006300 0x100>; |
| 67 | reg-shift = <2>; |
| 68 | interrupts = <0 90 0x04>; |
| 69 | status = "disabled"; |
| 70 | }; |
| 71 | |
| 72 | rtc { |
| 73 | compatible = "nvidia,tegra114-rtc", "nvidia,tegra20-rtc"; |
| 74 | reg = <0x7000e000 0x100>; |
| 75 | interrupts = <0 2 0x04>; |
| 76 | }; |
| 77 | |
| 78 | pmc { |
| 79 | compatible = "nvidia,tegra114-pmc", "nvidia,tegra30-pmc"; |
| 80 | reg = <0x7000e400 0x400>; |
| 81 | }; |
| 82 | |
| 83 | cpus { |
| 84 | #address-cells = <1>; |
| 85 | #size-cells = <0>; |
| 86 | |
| 87 | cpu@0 { |
| 88 | device_type = "cpu"; |
| 89 | compatible = "arm,cortex-a15"; |
| 90 | reg = <0>; |
| 91 | }; |
| 92 | |
| 93 | cpu@1 { |
| 94 | device_type = "cpu"; |
| 95 | compatible = "arm,cortex-a15"; |
| 96 | reg = <1>; |
| 97 | }; |
| 98 | |
| 99 | cpu@2 { |
| 100 | device_type = "cpu"; |
| 101 | compatible = "arm,cortex-a15"; |
| 102 | reg = <2>; |
| 103 | }; |
| 104 | |
| 105 | cpu@3 { |
| 106 | device_type = "cpu"; |
| 107 | compatible = "arm,cortex-a15"; |
| 108 | reg = <3>; |
| 109 | }; |
| 110 | }; |
| 111 | |
| 112 | timer { |
| 113 | compatible = "arm,armv7-timer"; |
| 114 | interrupts = <1 13 0xf08>, |
| 115 | <1 14 0xf08>, |
| 116 | <1 11 0xf08>, |
| 117 | <1 10 0xf08>; |
| 118 | }; |
| 119 | }; |