1c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later 2c66ec88fSEmmanuel Vadot/* 3c66ec88fSEmmanuel Vadot * MPC8560 ADS Device Tree Source 4c66ec88fSEmmanuel Vadot * 5c66ec88fSEmmanuel Vadot * Copyright 2006, 2008 Freescale Semiconductor Inc. 6c66ec88fSEmmanuel Vadot */ 7c66ec88fSEmmanuel Vadot 8c66ec88fSEmmanuel Vadot/dts-v1/; 9c66ec88fSEmmanuel Vadot 10*7ef62cebSEmmanuel Vadot/include/ "e500v1_power_isa.dtsi" 11c66ec88fSEmmanuel Vadot 12c66ec88fSEmmanuel Vadot/ { 13c66ec88fSEmmanuel Vadot model = "MPC8560ADS"; 14c66ec88fSEmmanuel Vadot compatible = "MPC8560ADS", "MPC85xxADS"; 15c66ec88fSEmmanuel Vadot #address-cells = <1>; 16c66ec88fSEmmanuel Vadot #size-cells = <1>; 17c66ec88fSEmmanuel Vadot 18c66ec88fSEmmanuel Vadot aliases { 19c66ec88fSEmmanuel Vadot ethernet0 = &enet0; 20c66ec88fSEmmanuel Vadot ethernet1 = &enet1; 21c66ec88fSEmmanuel Vadot ethernet2 = &enet2; 22c66ec88fSEmmanuel Vadot ethernet3 = &enet3; 23c66ec88fSEmmanuel Vadot serial0 = &serial0; 24c66ec88fSEmmanuel Vadot serial1 = &serial1; 25c66ec88fSEmmanuel Vadot pci0 = &pci0; 26c66ec88fSEmmanuel Vadot }; 27c66ec88fSEmmanuel Vadot 28c66ec88fSEmmanuel Vadot cpus { 29c66ec88fSEmmanuel Vadot #address-cells = <1>; 30c66ec88fSEmmanuel Vadot #size-cells = <0>; 31c66ec88fSEmmanuel Vadot 32c66ec88fSEmmanuel Vadot PowerPC,8560@0 { 33c66ec88fSEmmanuel Vadot device_type = "cpu"; 34c66ec88fSEmmanuel Vadot reg = <0x0>; 35c66ec88fSEmmanuel Vadot d-cache-line-size = <32>; // 32 bytes 36c66ec88fSEmmanuel Vadot i-cache-line-size = <32>; // 32 bytes 37c66ec88fSEmmanuel Vadot d-cache-size = <0x8000>; // L1, 32K 38c66ec88fSEmmanuel Vadot i-cache-size = <0x8000>; // L1, 32K 39c66ec88fSEmmanuel Vadot timebase-frequency = <82500000>; 40c66ec88fSEmmanuel Vadot bus-frequency = <330000000>; 41c66ec88fSEmmanuel Vadot clock-frequency = <825000000>; 42c66ec88fSEmmanuel Vadot }; 43c66ec88fSEmmanuel Vadot }; 44c66ec88fSEmmanuel Vadot 45c66ec88fSEmmanuel Vadot memory { 46c66ec88fSEmmanuel Vadot device_type = "memory"; 47c66ec88fSEmmanuel Vadot reg = <0x0 0x10000000>; 48c66ec88fSEmmanuel Vadot }; 49c66ec88fSEmmanuel Vadot 50c66ec88fSEmmanuel Vadot soc8560@e0000000 { 51c66ec88fSEmmanuel Vadot #address-cells = <1>; 52c66ec88fSEmmanuel Vadot #size-cells = <1>; 53c66ec88fSEmmanuel Vadot device_type = "soc"; 54c66ec88fSEmmanuel Vadot compatible = "simple-bus"; 55c66ec88fSEmmanuel Vadot ranges = <0x0 0xe0000000 0x100000>; 56c66ec88fSEmmanuel Vadot bus-frequency = <330000000>; 57c66ec88fSEmmanuel Vadot 58c66ec88fSEmmanuel Vadot ecm-law@0 { 59c66ec88fSEmmanuel Vadot compatible = "fsl,ecm-law"; 60c66ec88fSEmmanuel Vadot reg = <0x0 0x1000>; 61c66ec88fSEmmanuel Vadot fsl,num-laws = <8>; 62c66ec88fSEmmanuel Vadot }; 63c66ec88fSEmmanuel Vadot 64c66ec88fSEmmanuel Vadot ecm@1000 { 65c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8560-ecm", "fsl,ecm"; 66c66ec88fSEmmanuel Vadot reg = <0x1000 0x1000>; 67c66ec88fSEmmanuel Vadot interrupts = <17 2>; 68c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 69c66ec88fSEmmanuel Vadot }; 70c66ec88fSEmmanuel Vadot 71c66ec88fSEmmanuel Vadot memory-controller@2000 { 72c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8540-memory-controller"; 73c66ec88fSEmmanuel Vadot reg = <0x2000 0x1000>; 74c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 75c66ec88fSEmmanuel Vadot interrupts = <18 2>; 76c66ec88fSEmmanuel Vadot }; 77c66ec88fSEmmanuel Vadot 78c66ec88fSEmmanuel Vadot L2: l2-cache-controller@20000 { 79c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8540-l2-cache-controller"; 80c66ec88fSEmmanuel Vadot reg = <0x20000 0x1000>; 81c66ec88fSEmmanuel Vadot cache-line-size = <32>; // 32 bytes 82c66ec88fSEmmanuel Vadot cache-size = <0x40000>; // L2, 256K 83c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 84c66ec88fSEmmanuel Vadot interrupts = <16 2>; 85c66ec88fSEmmanuel Vadot }; 86c66ec88fSEmmanuel Vadot 87c66ec88fSEmmanuel Vadot dma@21300 { 88c66ec88fSEmmanuel Vadot #address-cells = <1>; 89c66ec88fSEmmanuel Vadot #size-cells = <1>; 90c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8560-dma", "fsl,eloplus-dma"; 91c66ec88fSEmmanuel Vadot reg = <0x21300 0x4>; 92c66ec88fSEmmanuel Vadot ranges = <0x0 0x21100 0x200>; 93c66ec88fSEmmanuel Vadot cell-index = <0>; 94c66ec88fSEmmanuel Vadot dma-channel@0 { 95c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8560-dma-channel", 96c66ec88fSEmmanuel Vadot "fsl,eloplus-dma-channel"; 97c66ec88fSEmmanuel Vadot reg = <0x0 0x80>; 98c66ec88fSEmmanuel Vadot cell-index = <0>; 99c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 100c66ec88fSEmmanuel Vadot interrupts = <20 2>; 101c66ec88fSEmmanuel Vadot }; 102c66ec88fSEmmanuel Vadot dma-channel@80 { 103c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8560-dma-channel", 104c66ec88fSEmmanuel Vadot "fsl,eloplus-dma-channel"; 105c66ec88fSEmmanuel Vadot reg = <0x80 0x80>; 106c66ec88fSEmmanuel Vadot cell-index = <1>; 107c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 108c66ec88fSEmmanuel Vadot interrupts = <21 2>; 109c66ec88fSEmmanuel Vadot }; 110c66ec88fSEmmanuel Vadot dma-channel@100 { 111c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8560-dma-channel", 112c66ec88fSEmmanuel Vadot "fsl,eloplus-dma-channel"; 113c66ec88fSEmmanuel Vadot reg = <0x100 0x80>; 114c66ec88fSEmmanuel Vadot cell-index = <2>; 115c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 116c66ec88fSEmmanuel Vadot interrupts = <22 2>; 117c66ec88fSEmmanuel Vadot }; 118c66ec88fSEmmanuel Vadot dma-channel@180 { 119c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8560-dma-channel", 120c66ec88fSEmmanuel Vadot "fsl,eloplus-dma-channel"; 121c66ec88fSEmmanuel Vadot reg = <0x180 0x80>; 122c66ec88fSEmmanuel Vadot cell-index = <3>; 123c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 124c66ec88fSEmmanuel Vadot interrupts = <23 2>; 125c66ec88fSEmmanuel Vadot }; 126c66ec88fSEmmanuel Vadot }; 127c66ec88fSEmmanuel Vadot 128c66ec88fSEmmanuel Vadot enet0: ethernet@24000 { 129c66ec88fSEmmanuel Vadot #address-cells = <1>; 130c66ec88fSEmmanuel Vadot #size-cells = <1>; 131c66ec88fSEmmanuel Vadot cell-index = <0>; 132c66ec88fSEmmanuel Vadot device_type = "network"; 133c66ec88fSEmmanuel Vadot model = "TSEC"; 134c66ec88fSEmmanuel Vadot compatible = "gianfar"; 135c66ec88fSEmmanuel Vadot reg = <0x24000 0x1000>; 136c66ec88fSEmmanuel Vadot ranges = <0x0 0x24000 0x1000>; 137c66ec88fSEmmanuel Vadot local-mac-address = [ 00 00 00 00 00 00 ]; 138c66ec88fSEmmanuel Vadot interrupts = <29 2 30 2 34 2>; 139c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 140c66ec88fSEmmanuel Vadot tbi-handle = <&tbi0>; 141c66ec88fSEmmanuel Vadot phy-handle = <&phy0>; 142c66ec88fSEmmanuel Vadot 143c66ec88fSEmmanuel Vadot mdio@520 { 144c66ec88fSEmmanuel Vadot #address-cells = <1>; 145c66ec88fSEmmanuel Vadot #size-cells = <0>; 146c66ec88fSEmmanuel Vadot compatible = "fsl,gianfar-mdio"; 147c66ec88fSEmmanuel Vadot reg = <0x520 0x20>; 148c66ec88fSEmmanuel Vadot 149c66ec88fSEmmanuel Vadot phy0: ethernet-phy@0 { 150c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 151c66ec88fSEmmanuel Vadot interrupts = <5 1>; 152c66ec88fSEmmanuel Vadot reg = <0x0>; 153c66ec88fSEmmanuel Vadot }; 154c66ec88fSEmmanuel Vadot phy1: ethernet-phy@1 { 155c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 156c66ec88fSEmmanuel Vadot interrupts = <5 1>; 157c66ec88fSEmmanuel Vadot reg = <0x1>; 158c66ec88fSEmmanuel Vadot }; 159c66ec88fSEmmanuel Vadot phy2: ethernet-phy@2 { 160c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 161c66ec88fSEmmanuel Vadot interrupts = <7 1>; 162c66ec88fSEmmanuel Vadot reg = <0x2>; 163c66ec88fSEmmanuel Vadot }; 164c66ec88fSEmmanuel Vadot phy3: ethernet-phy@3 { 165c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 166c66ec88fSEmmanuel Vadot interrupts = <7 1>; 167c66ec88fSEmmanuel Vadot reg = <0x3>; 168c66ec88fSEmmanuel Vadot }; 169c66ec88fSEmmanuel Vadot tbi0: tbi-phy@11 { 170c66ec88fSEmmanuel Vadot reg = <0x11>; 171c66ec88fSEmmanuel Vadot device_type = "tbi-phy"; 172c66ec88fSEmmanuel Vadot }; 173c66ec88fSEmmanuel Vadot }; 174c66ec88fSEmmanuel Vadot }; 175c66ec88fSEmmanuel Vadot 176c66ec88fSEmmanuel Vadot enet1: ethernet@25000 { 177c66ec88fSEmmanuel Vadot #address-cells = <1>; 178c66ec88fSEmmanuel Vadot #size-cells = <1>; 179c66ec88fSEmmanuel Vadot cell-index = <1>; 180c66ec88fSEmmanuel Vadot device_type = "network"; 181c66ec88fSEmmanuel Vadot model = "TSEC"; 182c66ec88fSEmmanuel Vadot compatible = "gianfar"; 183c66ec88fSEmmanuel Vadot reg = <0x25000 0x1000>; 184c66ec88fSEmmanuel Vadot ranges = <0x0 0x25000 0x1000>; 185c66ec88fSEmmanuel Vadot local-mac-address = [ 00 00 00 00 00 00 ]; 186c66ec88fSEmmanuel Vadot interrupts = <35 2 36 2 40 2>; 187c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 188c66ec88fSEmmanuel Vadot tbi-handle = <&tbi1>; 189c66ec88fSEmmanuel Vadot phy-handle = <&phy1>; 190c66ec88fSEmmanuel Vadot 191c66ec88fSEmmanuel Vadot mdio@520 { 192c66ec88fSEmmanuel Vadot #address-cells = <1>; 193c66ec88fSEmmanuel Vadot #size-cells = <0>; 194c66ec88fSEmmanuel Vadot compatible = "fsl,gianfar-tbi"; 195c66ec88fSEmmanuel Vadot reg = <0x520 0x20>; 196c66ec88fSEmmanuel Vadot 197c66ec88fSEmmanuel Vadot tbi1: tbi-phy@11 { 198c66ec88fSEmmanuel Vadot reg = <0x11>; 199c66ec88fSEmmanuel Vadot device_type = "tbi-phy"; 200c66ec88fSEmmanuel Vadot }; 201c66ec88fSEmmanuel Vadot }; 202c66ec88fSEmmanuel Vadot }; 203c66ec88fSEmmanuel Vadot 204c66ec88fSEmmanuel Vadot mpic: pic@40000 { 205c66ec88fSEmmanuel Vadot interrupt-controller; 206c66ec88fSEmmanuel Vadot #address-cells = <0>; 207c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 208c66ec88fSEmmanuel Vadot reg = <0x40000 0x40000>; 209c66ec88fSEmmanuel Vadot compatible = "chrp,open-pic"; 210c66ec88fSEmmanuel Vadot device_type = "open-pic"; 211c66ec88fSEmmanuel Vadot }; 212c66ec88fSEmmanuel Vadot 213c66ec88fSEmmanuel Vadot cpm@919c0 { 214c66ec88fSEmmanuel Vadot #address-cells = <1>; 215c66ec88fSEmmanuel Vadot #size-cells = <1>; 216c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8560-cpm", "fsl,cpm2"; 217c66ec88fSEmmanuel Vadot reg = <0x919c0 0x30>; 218c66ec88fSEmmanuel Vadot ranges; 219c66ec88fSEmmanuel Vadot 220c66ec88fSEmmanuel Vadot muram@80000 { 221c66ec88fSEmmanuel Vadot #address-cells = <1>; 222c66ec88fSEmmanuel Vadot #size-cells = <1>; 223c66ec88fSEmmanuel Vadot ranges = <0x0 0x80000 0x10000>; 224c66ec88fSEmmanuel Vadot 225c66ec88fSEmmanuel Vadot data@0 { 226c66ec88fSEmmanuel Vadot compatible = "fsl,cpm-muram-data"; 227c66ec88fSEmmanuel Vadot reg = <0x0 0x4000 0x9000 0x2000>; 228c66ec88fSEmmanuel Vadot }; 229c66ec88fSEmmanuel Vadot }; 230c66ec88fSEmmanuel Vadot 231c66ec88fSEmmanuel Vadot brg@919f0 { 232c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8560-brg", 233c66ec88fSEmmanuel Vadot "fsl,cpm2-brg", 234c66ec88fSEmmanuel Vadot "fsl,cpm-brg"; 235c66ec88fSEmmanuel Vadot reg = <0x919f0 0x10 0x915f0 0x10>; 236c66ec88fSEmmanuel Vadot clock-frequency = <165000000>; 237c66ec88fSEmmanuel Vadot }; 238c66ec88fSEmmanuel Vadot 239c66ec88fSEmmanuel Vadot cpmpic: pic@90c00 { 240c66ec88fSEmmanuel Vadot interrupt-controller; 241c66ec88fSEmmanuel Vadot #address-cells = <0>; 242c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 243c66ec88fSEmmanuel Vadot interrupts = <46 2>; 244c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 245c66ec88fSEmmanuel Vadot reg = <0x90c00 0x80>; 246c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8560-cpm-pic", "fsl,cpm2-pic"; 247c66ec88fSEmmanuel Vadot }; 248c66ec88fSEmmanuel Vadot 249c66ec88fSEmmanuel Vadot serial0: serial@91a00 { 250c66ec88fSEmmanuel Vadot device_type = "serial"; 251c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8560-scc-uart", 252c66ec88fSEmmanuel Vadot "fsl,cpm2-scc-uart"; 253c66ec88fSEmmanuel Vadot reg = <0x91a00 0x20 0x88000 0x100>; 254c66ec88fSEmmanuel Vadot fsl,cpm-brg = <1>; 255c66ec88fSEmmanuel Vadot fsl,cpm-command = <0x800000>; 256c66ec88fSEmmanuel Vadot current-speed = <115200>; 257c66ec88fSEmmanuel Vadot interrupts = <40 8>; 258c66ec88fSEmmanuel Vadot interrupt-parent = <&cpmpic>; 259c66ec88fSEmmanuel Vadot }; 260c66ec88fSEmmanuel Vadot 261c66ec88fSEmmanuel Vadot serial1: serial@91a20 { 262c66ec88fSEmmanuel Vadot device_type = "serial"; 263c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8560-scc-uart", 264c66ec88fSEmmanuel Vadot "fsl,cpm2-scc-uart"; 265c66ec88fSEmmanuel Vadot reg = <0x91a20 0x20 0x88100 0x100>; 266c66ec88fSEmmanuel Vadot fsl,cpm-brg = <2>; 267c66ec88fSEmmanuel Vadot fsl,cpm-command = <0x4a00000>; 268c66ec88fSEmmanuel Vadot current-speed = <115200>; 269c66ec88fSEmmanuel Vadot interrupts = <41 8>; 270c66ec88fSEmmanuel Vadot interrupt-parent = <&cpmpic>; 271c66ec88fSEmmanuel Vadot }; 272c66ec88fSEmmanuel Vadot 273c66ec88fSEmmanuel Vadot enet2: ethernet@91320 { 274c66ec88fSEmmanuel Vadot device_type = "network"; 275c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8560-fcc-enet", 276c66ec88fSEmmanuel Vadot "fsl,cpm2-fcc-enet"; 277c66ec88fSEmmanuel Vadot reg = <0x91320 0x20 0x88500 0x100 0x913b0 0x1>; 278c66ec88fSEmmanuel Vadot local-mac-address = [ 00 00 00 00 00 00 ]; 279c66ec88fSEmmanuel Vadot fsl,cpm-command = <0x16200300>; 280c66ec88fSEmmanuel Vadot interrupts = <33 8>; 281c66ec88fSEmmanuel Vadot interrupt-parent = <&cpmpic>; 282c66ec88fSEmmanuel Vadot phy-handle = <&phy2>; 283c66ec88fSEmmanuel Vadot }; 284c66ec88fSEmmanuel Vadot 285c66ec88fSEmmanuel Vadot enet3: ethernet@91340 { 286c66ec88fSEmmanuel Vadot device_type = "network"; 287c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8560-fcc-enet", 288c66ec88fSEmmanuel Vadot "fsl,cpm2-fcc-enet"; 289c66ec88fSEmmanuel Vadot reg = <0x91340 0x20 0x88600 0x100 0x913d0 0x1>; 290c66ec88fSEmmanuel Vadot local-mac-address = [ 00 00 00 00 00 00 ]; 291c66ec88fSEmmanuel Vadot fsl,cpm-command = <0x1a400300>; 292c66ec88fSEmmanuel Vadot interrupts = <34 8>; 293c66ec88fSEmmanuel Vadot interrupt-parent = <&cpmpic>; 294c66ec88fSEmmanuel Vadot phy-handle = <&phy3>; 295c66ec88fSEmmanuel Vadot }; 296c66ec88fSEmmanuel Vadot }; 297c66ec88fSEmmanuel Vadot }; 298c66ec88fSEmmanuel Vadot 299c66ec88fSEmmanuel Vadot pci0: pci@e0008000 { 300c66ec88fSEmmanuel Vadot #interrupt-cells = <1>; 301c66ec88fSEmmanuel Vadot #size-cells = <2>; 302c66ec88fSEmmanuel Vadot #address-cells = <3>; 303c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci"; 304c66ec88fSEmmanuel Vadot device_type = "pci"; 305c66ec88fSEmmanuel Vadot reg = <0xe0008000 0x1000>; 306c66ec88fSEmmanuel Vadot clock-frequency = <66666666>; 307c66ec88fSEmmanuel Vadot interrupt-map-mask = <0xf800 0x0 0x0 0x7>; 308c66ec88fSEmmanuel Vadot interrupt-map = < 309c66ec88fSEmmanuel Vadot 310c66ec88fSEmmanuel Vadot /* IDSEL 0x2 */ 311c66ec88fSEmmanuel Vadot 0x1000 0x0 0x0 0x1 &mpic 0x1 0x1 312c66ec88fSEmmanuel Vadot 0x1000 0x0 0x0 0x2 &mpic 0x2 0x1 313c66ec88fSEmmanuel Vadot 0x1000 0x0 0x0 0x3 &mpic 0x3 0x1 314c66ec88fSEmmanuel Vadot 0x1000 0x0 0x0 0x4 &mpic 0x4 0x1 315c66ec88fSEmmanuel Vadot 316c66ec88fSEmmanuel Vadot /* IDSEL 0x3 */ 317c66ec88fSEmmanuel Vadot 0x1800 0x0 0x0 0x1 &mpic 0x4 0x1 318c66ec88fSEmmanuel Vadot 0x1800 0x0 0x0 0x2 &mpic 0x1 0x1 319c66ec88fSEmmanuel Vadot 0x1800 0x0 0x0 0x3 &mpic 0x2 0x1 320c66ec88fSEmmanuel Vadot 0x1800 0x0 0x0 0x4 &mpic 0x3 0x1 321c66ec88fSEmmanuel Vadot 322c66ec88fSEmmanuel Vadot /* IDSEL 0x4 */ 323c66ec88fSEmmanuel Vadot 0x2000 0x0 0x0 0x1 &mpic 0x3 0x1 324c66ec88fSEmmanuel Vadot 0x2000 0x0 0x0 0x2 &mpic 0x4 0x1 325c66ec88fSEmmanuel Vadot 0x2000 0x0 0x0 0x3 &mpic 0x1 0x1 326c66ec88fSEmmanuel Vadot 0x2000 0x0 0x0 0x4 &mpic 0x2 0x1 327c66ec88fSEmmanuel Vadot 328c66ec88fSEmmanuel Vadot /* IDSEL 0x5 */ 329c66ec88fSEmmanuel Vadot 0x2800 0x0 0x0 0x1 &mpic 0x2 0x1 330c66ec88fSEmmanuel Vadot 0x2800 0x0 0x0 0x2 &mpic 0x3 0x1 331c66ec88fSEmmanuel Vadot 0x2800 0x0 0x0 0x3 &mpic 0x4 0x1 332c66ec88fSEmmanuel Vadot 0x2800 0x0 0x0 0x4 &mpic 0x1 0x1 333c66ec88fSEmmanuel Vadot 334c66ec88fSEmmanuel Vadot /* IDSEL 12 */ 335c66ec88fSEmmanuel Vadot 0x6000 0x0 0x0 0x1 &mpic 0x1 0x1 336c66ec88fSEmmanuel Vadot 0x6000 0x0 0x0 0x2 &mpic 0x2 0x1 337c66ec88fSEmmanuel Vadot 0x6000 0x0 0x0 0x3 &mpic 0x3 0x1 338c66ec88fSEmmanuel Vadot 0x6000 0x0 0x0 0x4 &mpic 0x4 0x1 339c66ec88fSEmmanuel Vadot 340c66ec88fSEmmanuel Vadot /* IDSEL 13 */ 341c66ec88fSEmmanuel Vadot 0x6800 0x0 0x0 0x1 &mpic 0x4 0x1 342c66ec88fSEmmanuel Vadot 0x6800 0x0 0x0 0x2 &mpic 0x1 0x1 343c66ec88fSEmmanuel Vadot 0x6800 0x0 0x0 0x3 &mpic 0x2 0x1 344c66ec88fSEmmanuel Vadot 0x6800 0x0 0x0 0x4 &mpic 0x3 0x1 345c66ec88fSEmmanuel Vadot 346c66ec88fSEmmanuel Vadot /* IDSEL 14*/ 347c66ec88fSEmmanuel Vadot 0x7000 0x0 0x0 0x1 &mpic 0x3 0x1 348c66ec88fSEmmanuel Vadot 0x7000 0x0 0x0 0x2 &mpic 0x4 0x1 349c66ec88fSEmmanuel Vadot 0x7000 0x0 0x0 0x3 &mpic 0x1 0x1 350c66ec88fSEmmanuel Vadot 0x7000 0x0 0x0 0x4 &mpic 0x2 0x1 351c66ec88fSEmmanuel Vadot 352c66ec88fSEmmanuel Vadot /* IDSEL 15 */ 353c66ec88fSEmmanuel Vadot 0x7800 0x0 0x0 0x1 &mpic 0x2 0x1 354c66ec88fSEmmanuel Vadot 0x7800 0x0 0x0 0x2 &mpic 0x3 0x1 355c66ec88fSEmmanuel Vadot 0x7800 0x0 0x0 0x3 &mpic 0x4 0x1 356c66ec88fSEmmanuel Vadot 0x7800 0x0 0x0 0x4 &mpic 0x1 0x1 357c66ec88fSEmmanuel Vadot 358c66ec88fSEmmanuel Vadot /* IDSEL 18 */ 359c66ec88fSEmmanuel Vadot 0x9000 0x0 0x0 0x1 &mpic 0x1 0x1 360c66ec88fSEmmanuel Vadot 0x9000 0x0 0x0 0x2 &mpic 0x2 0x1 361c66ec88fSEmmanuel Vadot 0x9000 0x0 0x0 0x3 &mpic 0x3 0x1 362c66ec88fSEmmanuel Vadot 0x9000 0x0 0x0 0x4 &mpic 0x4 0x1 363c66ec88fSEmmanuel Vadot 364c66ec88fSEmmanuel Vadot /* IDSEL 19 */ 365c66ec88fSEmmanuel Vadot 0x9800 0x0 0x0 0x1 &mpic 0x4 0x1 366c66ec88fSEmmanuel Vadot 0x9800 0x0 0x0 0x2 &mpic 0x1 0x1 367c66ec88fSEmmanuel Vadot 0x9800 0x0 0x0 0x3 &mpic 0x2 0x1 368c66ec88fSEmmanuel Vadot 0x9800 0x0 0x0 0x4 &mpic 0x3 0x1 369c66ec88fSEmmanuel Vadot 370c66ec88fSEmmanuel Vadot /* IDSEL 20 */ 371c66ec88fSEmmanuel Vadot 0xa000 0x0 0x0 0x1 &mpic 0x3 0x1 372c66ec88fSEmmanuel Vadot 0xa000 0x0 0x0 0x2 &mpic 0x4 0x1 373c66ec88fSEmmanuel Vadot 0xa000 0x0 0x0 0x3 &mpic 0x1 0x1 374c66ec88fSEmmanuel Vadot 0xa000 0x0 0x0 0x4 &mpic 0x2 0x1 375c66ec88fSEmmanuel Vadot 376c66ec88fSEmmanuel Vadot /* IDSEL 21 */ 377c66ec88fSEmmanuel Vadot 0xa800 0x0 0x0 0x1 &mpic 0x2 0x1 378c66ec88fSEmmanuel Vadot 0xa800 0x0 0x0 0x2 &mpic 0x3 0x1 379c66ec88fSEmmanuel Vadot 0xa800 0x0 0x0 0x3 &mpic 0x4 0x1 380c66ec88fSEmmanuel Vadot 0xa800 0x0 0x0 0x4 &mpic 0x1 0x1>; 381c66ec88fSEmmanuel Vadot 382c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 383c66ec88fSEmmanuel Vadot interrupts = <24 2>; 384c66ec88fSEmmanuel Vadot bus-range = <0 0>; 385c66ec88fSEmmanuel Vadot ranges = <0x2000000 0x0 0x80000000 0x80000000 0x0 0x20000000 386c66ec88fSEmmanuel Vadot 0x1000000 0x0 0x0 0xe2000000 0x0 0x1000000>; 387c66ec88fSEmmanuel Vadot }; 388c66ec88fSEmmanuel Vadot}; 389