Simon Horman | a3f22db | 2012-11-21 21:12:43 +0900 | [diff] [blame] | 1 | /* |
| 2 | * Device Tree Source for the SH73A0 SoC |
| 3 | * |
| 4 | * Copyright (C) 2012 Renesas Solutions Corp. |
| 5 | * |
| 6 | * This file is licensed under the terms of the GNU General Public License |
| 7 | * version 2. This program is licensed "as is" without any warranty of any |
| 8 | * kind, whether express or implied. |
| 9 | */ |
| 10 | |
| 11 | /include/ "skeleton.dtsi" |
| 12 | |
| 13 | / { |
| 14 | compatible = "renesas,sh73a0"; |
| 15 | |
| 16 | cpus { |
Simon Horman | c5795ae | 2013-01-28 09:41:40 +0900 | [diff] [blame^] | 17 | #address-cells = <1>; |
| 18 | #size-cells = <0>; |
| 19 | |
Simon Horman | a3f22db | 2012-11-21 21:12:43 +0900 | [diff] [blame] | 20 | cpu@0 { |
Simon Horman | c5795ae | 2013-01-28 09:41:40 +0900 | [diff] [blame^] | 21 | device_type = "cpu"; |
Simon Horman | a3f22db | 2012-11-21 21:12:43 +0900 | [diff] [blame] | 22 | compatible = "arm,cortex-a9"; |
Simon Horman | c5795ae | 2013-01-28 09:41:40 +0900 | [diff] [blame^] | 23 | reg = <0>; |
Simon Horman | a3f22db | 2012-11-21 21:12:43 +0900 | [diff] [blame] | 24 | }; |
| 25 | cpu@1 { |
Simon Horman | c5795ae | 2013-01-28 09:41:40 +0900 | [diff] [blame^] | 26 | device_type = "cpu"; |
Simon Horman | a3f22db | 2012-11-21 21:12:43 +0900 | [diff] [blame] | 27 | compatible = "arm,cortex-a9"; |
Simon Horman | c5795ae | 2013-01-28 09:41:40 +0900 | [diff] [blame^] | 28 | reg = <1>; |
Simon Horman | a3f22db | 2012-11-21 21:12:43 +0900 | [diff] [blame] | 29 | }; |
| 30 | }; |
| 31 | |
| 32 | gic: interrupt-controller@f0001000 { |
| 33 | compatible = "arm,cortex-a9-gic"; |
| 34 | #interrupt-cells = <3>; |
| 35 | #address-cells = <1>; |
| 36 | interrupt-controller; |
| 37 | reg = <0xf0001000 0x1000>, |
| 38 | <0xf0000100 0x100>; |
| 39 | }; |
Simon Horman | 4860953 | 2012-11-21 22:00:15 +0900 | [diff] [blame] | 40 | |
| 41 | i2c0: i2c@0xe6820000 { |
| 42 | #address-cells = <1>; |
| 43 | #size-cells = <0>; |
| 44 | compatible = "renesas,rmobile-iic"; |
| 45 | reg = <0xe6820000 0x425>; |
| 46 | interrupt-parent = <&gic>; |
| 47 | interrupts = <0 167 0x4 |
| 48 | 0 168 0x4 |
| 49 | 0 169 0x4 |
| 50 | 0 170 0x4>; |
| 51 | }; |
| 52 | |
| 53 | i2c1: i2c@0xe6822000 { |
| 54 | #address-cells = <1>; |
| 55 | #size-cells = <0>; |
| 56 | compatible = "renesas,rmobile-iic"; |
| 57 | reg = <0xe6822000 0x425>; |
| 58 | interrupt-parent = <&gic>; |
| 59 | interrupts = <0 51 0x4 |
| 60 | 0 52 0x4 |
| 61 | 0 53 0x4 |
| 62 | 0 54 0x4>; |
| 63 | }; |
| 64 | |
| 65 | i2c2: i2c@0xe6824000 { |
| 66 | #address-cells = <1>; |
| 67 | #size-cells = <0>; |
| 68 | compatible = "renesas,rmobile-iic"; |
| 69 | reg = <0xe6824000 0x425>; |
| 70 | interrupt-parent = <&gic>; |
| 71 | interrupts = <0 171 0x4 |
| 72 | 0 172 0x4 |
| 73 | 0 173 0x4 |
| 74 | 0 174 0x4>; |
| 75 | }; |
| 76 | |
| 77 | i2c3: i2c@0xe6826000 { |
| 78 | #address-cells = <1>; |
| 79 | #size-cells = <0>; |
| 80 | compatible = "renesas,rmobile-iic"; |
| 81 | reg = <0xe6826000 0x425>; |
| 82 | interrupt-parent = <&gic>; |
| 83 | interrupts = <0 183 0x4 |
| 84 | 0 184 0x4 |
| 85 | 0 185 0x4 |
| 86 | 0 186 0x4>; |
| 87 | }; |
| 88 | |
| 89 | i2c4: i2c@0xe6828000 { |
| 90 | #address-cells = <1>; |
| 91 | #size-cells = <0>; |
| 92 | compatible = "renesas,rmobile-iic"; |
| 93 | reg = <0xe6828000 0x425>; |
| 94 | interrupt-parent = <&gic>; |
| 95 | interrupts = <0 187 0x4 |
| 96 | 0 188 0x4 |
| 97 | 0 189 0x4 |
| 98 | 0 190 0x4>; |
| 99 | }; |
Simon Horman | a3f22db | 2012-11-21 21:12:43 +0900 | [diff] [blame] | 100 | }; |