diff options
| author | Kim Phillips <kim.phillips@freescale.com> | 2007-01-30 17:09:13 -0500 |
|---|---|---|
| committer | Kumar Gala <galak@kernel.crashing.org> | 2007-01-30 17:23:58 -0500 |
| commit | 18a1e4c3ee67680287bf3c455b5047421eda3c14 (patch) | |
| tree | a660e4bc94d58b9f4c2b3120c6a6df4a48b80cb8 | |
| parent | a33a9641c924efbb01ee27af969f47218cab6bd7 (diff) | |
[POWERPC] 83xx: Add the mpc8323emds.dts
Add the mpc8323emds device tree source (dts)
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| -rw-r--r-- | arch/powerpc/boot/dts/mpc8323emds.dts | 345 |
1 files changed, 345 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/mpc8323emds.dts b/arch/powerpc/boot/dts/mpc8323emds.dts new file mode 100644 index 000000000000..fa7ef24d205b --- /dev/null +++ b/arch/powerpc/boot/dts/mpc8323emds.dts | |||
| @@ -0,0 +1,345 @@ | |||
| 1 | /* | ||
| 2 | * MPC8323E EMDS Device Tree Source | ||
| 3 | * | ||
| 4 | * Copyright 2006 Freescale Semiconductor Inc. | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify it | ||
| 7 | * under the terms of the GNU General Public License as published by the | ||
| 8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
| 9 | * option) any later version. | ||
| 10 | */ | ||
| 11 | |||
| 12 | / { | ||
| 13 | model = "MPC8323EMDS"; | ||
| 14 | compatible = "MPC83xx"; | ||
| 15 | #address-cells = <1>; | ||
| 16 | #size-cells = <1>; | ||
| 17 | linux,phandle = <100>; | ||
| 18 | |||
| 19 | cpus { | ||
| 20 | #cpus = <1>; | ||
| 21 | #address-cells = <1>; | ||
| 22 | #size-cells = <0>; | ||
| 23 | linux,phandle = <200>; | ||
| 24 | |||
| 25 | PowerPC,8323@0 { | ||
| 26 | device_type = "cpu"; | ||
| 27 | reg = <0>; | ||
| 28 | d-cache-line-size = <20>; // 32 bytes | ||
| 29 | i-cache-line-size = <20>; // 32 bytes | ||
| 30 | d-cache-size = <4000>; // L1, 16K | ||
| 31 | i-cache-size = <4000>; // L1, 16K | ||
| 32 | timebase-frequency = <0>; | ||
| 33 | bus-frequency = <0>; | ||
| 34 | clock-frequency = <0>; | ||
| 35 | 32-bit; | ||
| 36 | linux,phandle = <201>; | ||
| 37 | linux,boot-cpu; | ||
| 38 | }; | ||
| 39 | }; | ||
| 40 | |||
| 41 | memory { | ||
| 42 | device_type = "memory"; | ||
| 43 | linux,phandle = <300>; | ||
| 44 | reg = <00000000 08000000>; | ||
| 45 | }; | ||
| 46 | |||
| 47 | bcsr@f8000000 { | ||
| 48 | device_type = "board-control"; | ||
| 49 | reg = <f8000000 8000>; | ||
| 50 | }; | ||
| 51 | |||
| 52 | soc8323@e0000000 { | ||
| 53 | #address-cells = <1>; | ||
| 54 | #size-cells = <1>; | ||
| 55 | #interrupt-cells = <2>; | ||
| 56 | device_type = "soc"; | ||
| 57 | ranges = <0 e0000000 00100000>; | ||
| 58 | reg = <e0000000 00000200>; | ||
| 59 | bus-frequency = <7DE2900>; | ||
| 60 | |||
| 61 | wdt@200 { | ||
| 62 | device_type = "watchdog"; | ||
| 63 | compatible = "mpc83xx_wdt"; | ||
| 64 | reg = <200 100>; | ||
| 65 | }; | ||
| 66 | |||
| 67 | i2c@3000 { | ||
| 68 | device_type = "i2c"; | ||
| 69 | compatible = "fsl-i2c"; | ||
| 70 | reg = <3000 100>; | ||
| 71 | interrupts = <e 8>; | ||
| 72 | interrupt-parent = <700>; | ||
| 73 | dfsrr; | ||
| 74 | }; | ||
| 75 | |||
| 76 | serial@4500 { | ||
| 77 | device_type = "serial"; | ||
| 78 | compatible = "ns16550"; | ||
| 79 | reg = <4500 100>; | ||
| 80 | clock-frequency = <0>; | ||
| 81 | interrupts = <9 8>; | ||
| 82 | interrupt-parent = <700>; | ||
| 83 | }; | ||
| 84 | |||
| 85 | serial@4600 { | ||
| 86 | device_type = "serial"; | ||
| 87 | compatible = "ns16550"; | ||
| 88 | reg = <4600 100>; | ||
| 89 | clock-frequency = <0>; | ||
| 90 | interrupts = <a 8>; | ||
| 91 | interrupt-parent = <700>; | ||
| 92 | }; | ||
| 93 | |||
| 94 | crypto@30000 { | ||
| 95 | device_type = "crypto"; | ||
| 96 | model = "SEC2"; | ||
| 97 | compatible = "talitos"; | ||
| 98 | reg = <30000 7000>; | ||
| 99 | interrupts = <b 8>; | ||
| 100 | interrupt-parent = <700>; | ||
| 101 | /* Rev. 2.2 */ | ||
| 102 | num-channels = <1>; | ||
| 103 | channel-fifo-len = <18>; | ||
| 104 | exec-units-mask = <0000004c>; | ||
| 105 | descriptor-types-mask = <0122003f>; | ||
| 106 | }; | ||
| 107 | |||
| 108 | pci@8500 { | ||
| 109 | linux,phandle = <8500>; | ||
| 110 | interrupt-map-mask = <f800 0 0 7>; | ||
| 111 | interrupt-map = < | ||
| 112 | /* IDSEL 0x11 AD17 */ | ||
| 113 | 8800 0 0 1 700 14 8 | ||
| 114 | 8800 0 0 2 700 15 8 | ||
| 115 | 8800 0 0 3 700 16 8 | ||
| 116 | 8800 0 0 4 700 17 8 | ||
| 117 | |||
| 118 | /* IDSEL 0x12 AD18 */ | ||
| 119 | 9000 0 0 1 700 16 8 | ||
| 120 | 9000 0 0 2 700 17 8 | ||
| 121 | 9000 0 0 3 700 14 8 | ||
| 122 | 9000 0 0 4 700 15 8 | ||
| 123 | |||
| 124 | /* IDSEL 0x13 AD19 */ | ||
| 125 | 9800 0 0 1 700 17 8 | ||
| 126 | 9800 0 0 2 700 14 8 | ||
| 127 | 9800 0 0 3 700 15 8 | ||
| 128 | 9800 0 0 4 700 16 8 | ||
| 129 | |||
| 130 | /* IDSEL 0x15 AD21*/ | ||
| 131 | a800 0 0 1 700 14 8 | ||
| 132 | a800 0 0 2 700 15 8 | ||
| 133 | a800 0 0 3 700 16 8 | ||
| 134 | a800 0 0 4 700 17 8 | ||
| 135 | |||
| 136 | /* IDSEL 0x16 AD22*/ | ||
| 137 | b000 0 0 1 700 17 8 | ||
| 138 | b000 0 0 2 700 14 8 | ||
| 139 | b000 0 0 3 700 15 8 | ||
| 140 | b000 0 0 4 700 16 8 | ||
| 141 | |||
| 142 | /* IDSEL 0x17 AD23*/ | ||
| 143 | b800 0 0 1 700 16 8 | ||
| 144 | b800 0 0 2 700 17 8 | ||
| 145 | b800 0 0 3 700 14 8 | ||
| 146 | b800 0 0 4 700 15 8 | ||
| 147 | |||
| 148 | /* IDSEL 0x18 AD24*/ | ||
| 149 | c000 0 0 1 700 15 8 | ||
| 150 | c000 0 0 2 700 16 8 | ||
| 151 | c000 0 0 3 700 17 8 | ||
| 152 | c000 0 0 4 700 14 8>; | ||
| 153 | interrupt-parent = <700>; | ||
| 154 | interrupts = <42 8>; | ||
| 155 | bus-range = <0 0>; | ||
| 156 | ranges = <02000000 0 a0000000 90000000 0 10000000 | ||
| 157 | 42000000 0 80000000 80000000 0 10000000 | ||
| 158 | 01000000 0 00000000 d0000000 0 00100000>; | ||
| 159 | clock-frequency = <0>; | ||
| 160 | #interrupt-cells = <1>; | ||
| 161 | #size-cells = <2>; | ||
| 162 | #address-cells = <3>; | ||
| 163 | reg = <8500 100>; | ||
| 164 | compatible = "83xx"; | ||
| 165 | device_type = "pci"; | ||
| 166 | }; | ||
| 167 | |||
| 168 | pic@700 { | ||
| 169 | linux,phandle = <700>; | ||
| 170 | interrupt-controller; | ||
| 171 | #address-cells = <0>; | ||
| 172 | #interrupt-cells = <2>; | ||
| 173 | reg = <700 100>; | ||
| 174 | built-in; | ||
| 175 | device_type = "ipic"; | ||
| 176 | }; | ||
| 177 | |||
| 178 | par_io@1400 { | ||
| 179 | reg = <1400 100>; | ||
| 180 | device_type = "par_io"; | ||
| 181 | num-ports = <7>; | ||
| 182 | |||
| 183 | ucc_pin@03 { | ||
| 184 | linux,phandle = <140003>; | ||
| 185 | pio-map = < | ||
