1*c66ec88fSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only 2*c66ec88fSEmmanuel Vadot/* 3*c66ec88fSEmmanuel Vadot * MPC8610 HPCD Device Tree Source 4*c66ec88fSEmmanuel Vadot * 5*c66ec88fSEmmanuel Vadot * Copyright 2007-2008 Freescale Semiconductor Inc. 6*c66ec88fSEmmanuel Vadot */ 7*c66ec88fSEmmanuel Vadot 8*c66ec88fSEmmanuel Vadot/dts-v1/; 9*c66ec88fSEmmanuel Vadot 10*c66ec88fSEmmanuel Vadot/ { 11*c66ec88fSEmmanuel Vadot model = "MPC8610HPCD"; 12*c66ec88fSEmmanuel Vadot compatible = "fsl,MPC8610HPCD"; 13*c66ec88fSEmmanuel Vadot #address-cells = <1>; 14*c66ec88fSEmmanuel Vadot #size-cells = <1>; 15*c66ec88fSEmmanuel Vadot 16*c66ec88fSEmmanuel Vadot aliases { 17*c66ec88fSEmmanuel Vadot serial0 = &serial0; 18*c66ec88fSEmmanuel Vadot serial1 = &serial1; 19*c66ec88fSEmmanuel Vadot pci0 = &pci0; 20*c66ec88fSEmmanuel Vadot pci1 = &pci1; 21*c66ec88fSEmmanuel Vadot pci2 = &pci2; 22*c66ec88fSEmmanuel Vadot }; 23*c66ec88fSEmmanuel Vadot 24*c66ec88fSEmmanuel Vadot cpus { 25*c66ec88fSEmmanuel Vadot #address-cells = <1>; 26*c66ec88fSEmmanuel Vadot #size-cells = <0>; 27*c66ec88fSEmmanuel Vadot 28*c66ec88fSEmmanuel Vadot PowerPC,8610@0 { 29*c66ec88fSEmmanuel Vadot device_type = "cpu"; 30*c66ec88fSEmmanuel Vadot reg = <0>; 31*c66ec88fSEmmanuel Vadot d-cache-line-size = <32>; 32*c66ec88fSEmmanuel Vadot i-cache-line-size = <32>; 33*c66ec88fSEmmanuel Vadot d-cache-size = <32768>; // L1 34*c66ec88fSEmmanuel Vadot i-cache-size = <32768>; // L1 35*c66ec88fSEmmanuel Vadot sleep = <&pmc 0x00008000 0 // core 36*c66ec88fSEmmanuel Vadot &pmc 0x00004000 0>; // timebase 37*c66ec88fSEmmanuel Vadot timebase-frequency = <0>; // From uboot 38*c66ec88fSEmmanuel Vadot bus-frequency = <0>; // From uboot 39*c66ec88fSEmmanuel Vadot clock-frequency = <0>; // From uboot 40*c66ec88fSEmmanuel Vadot }; 41*c66ec88fSEmmanuel Vadot }; 42*c66ec88fSEmmanuel Vadot 43*c66ec88fSEmmanuel Vadot memory { 44*c66ec88fSEmmanuel Vadot device_type = "memory"; 45*c66ec88fSEmmanuel Vadot reg = <0x00000000 0x20000000>; // 512M at 0x0 46*c66ec88fSEmmanuel Vadot }; 47*c66ec88fSEmmanuel Vadot 48*c66ec88fSEmmanuel Vadot localbus@e0005000 { 49*c66ec88fSEmmanuel Vadot #address-cells = <2>; 50*c66ec88fSEmmanuel Vadot #size-cells = <1>; 51*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-elbc", "fsl,elbc", "simple-bus"; 52*c66ec88fSEmmanuel Vadot reg = <0xe0005000 0x1000>; 53*c66ec88fSEmmanuel Vadot interrupts = <19 2>; 54*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 55*c66ec88fSEmmanuel Vadot ranges = <0 0 0xf8000000 0x08000000 56*c66ec88fSEmmanuel Vadot 1 0 0xf0000000 0x08000000 57*c66ec88fSEmmanuel Vadot 2 0 0xe8400000 0x00008000 58*c66ec88fSEmmanuel Vadot 4 0 0xe8440000 0x00008000 59*c66ec88fSEmmanuel Vadot 5 0 0xe8480000 0x00008000 60*c66ec88fSEmmanuel Vadot 6 0 0xe84c0000 0x00008000 61*c66ec88fSEmmanuel Vadot 3 0 0xe8000000 0x00000020>; 62*c66ec88fSEmmanuel Vadot sleep = <&pmc 0x08000000 0>; 63*c66ec88fSEmmanuel Vadot 64*c66ec88fSEmmanuel Vadot flash@0,0 { 65*c66ec88fSEmmanuel Vadot compatible = "cfi-flash"; 66*c66ec88fSEmmanuel Vadot reg = <0 0 0x8000000>; 67*c66ec88fSEmmanuel Vadot bank-width = <2>; 68*c66ec88fSEmmanuel Vadot device-width = <1>; 69*c66ec88fSEmmanuel Vadot }; 70*c66ec88fSEmmanuel Vadot 71*c66ec88fSEmmanuel Vadot flash@1,0 { 72*c66ec88fSEmmanuel Vadot compatible = "cfi-flash"; 73*c66ec88fSEmmanuel Vadot reg = <1 0 0x8000000>; 74*c66ec88fSEmmanuel Vadot bank-width = <2>; 75*c66ec88fSEmmanuel Vadot device-width = <1>; 76*c66ec88fSEmmanuel Vadot }; 77*c66ec88fSEmmanuel Vadot 78*c66ec88fSEmmanuel Vadot flash@2,0 { 79*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-fcm-nand", 80*c66ec88fSEmmanuel Vadot "fsl,elbc-fcm-nand"; 81*c66ec88fSEmmanuel Vadot reg = <2 0 0x8000>; 82*c66ec88fSEmmanuel Vadot }; 83*c66ec88fSEmmanuel Vadot 84*c66ec88fSEmmanuel Vadot flash@4,0 { 85*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-fcm-nand", 86*c66ec88fSEmmanuel Vadot "fsl,elbc-fcm-nand"; 87*c66ec88fSEmmanuel Vadot reg = <4 0 0x8000>; 88*c66ec88fSEmmanuel Vadot }; 89*c66ec88fSEmmanuel Vadot 90*c66ec88fSEmmanuel Vadot flash@5,0 { 91*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-fcm-nand", 92*c66ec88fSEmmanuel Vadot "fsl,elbc-fcm-nand"; 93*c66ec88fSEmmanuel Vadot reg = <5 0 0x8000>; 94*c66ec88fSEmmanuel Vadot }; 95*c66ec88fSEmmanuel Vadot 96*c66ec88fSEmmanuel Vadot flash@6,0 { 97*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-fcm-nand", 98*c66ec88fSEmmanuel Vadot "fsl,elbc-fcm-nand"; 99*c66ec88fSEmmanuel Vadot reg = <6 0 0x8000>; 100*c66ec88fSEmmanuel Vadot }; 101*c66ec88fSEmmanuel Vadot 102*c66ec88fSEmmanuel Vadot board-control@3,0 { 103*c66ec88fSEmmanuel Vadot #address-cells = <1>; 104*c66ec88fSEmmanuel Vadot #size-cells = <1>; 105*c66ec88fSEmmanuel Vadot compatible = "fsl,fpga-pixis"; 106*c66ec88fSEmmanuel Vadot reg = <3 0 0x20>; 107*c66ec88fSEmmanuel Vadot ranges = <0 3 0 0x20>; 108*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 109*c66ec88fSEmmanuel Vadot interrupts = <8 8>; 110*c66ec88fSEmmanuel Vadot 111*c66ec88fSEmmanuel Vadot sdcsr_pio: gpio-controller@a { 112*c66ec88fSEmmanuel Vadot #gpio-cells = <2>; 113*c66ec88fSEmmanuel Vadot compatible = "fsl,fpga-pixis-gpio-bank"; 114*c66ec88fSEmmanuel Vadot reg = <0xa 1>; 115*c66ec88fSEmmanuel Vadot gpio-controller; 116*c66ec88fSEmmanuel Vadot }; 117*c66ec88fSEmmanuel Vadot }; 118*c66ec88fSEmmanuel Vadot }; 119*c66ec88fSEmmanuel Vadot 120*c66ec88fSEmmanuel Vadot soc@e0000000 { 121*c66ec88fSEmmanuel Vadot #address-cells = <1>; 122*c66ec88fSEmmanuel Vadot #size-cells = <1>; 123*c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 124*c66ec88fSEmmanuel Vadot device_type = "soc"; 125*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-immr", "simple-bus"; 126*c66ec88fSEmmanuel Vadot ranges = <0x0 0xe0000000 0x00100000>; 127*c66ec88fSEmmanuel Vadot bus-frequency = <0>; 128*c66ec88fSEmmanuel Vadot 129*c66ec88fSEmmanuel Vadot mcm-law@0 { 130*c66ec88fSEmmanuel Vadot compatible = "fsl,mcm-law"; 131*c66ec88fSEmmanuel Vadot reg = <0x0 0x1000>; 132*c66ec88fSEmmanuel Vadot fsl,num-laws = <10>; 133*c66ec88fSEmmanuel Vadot }; 134*c66ec88fSEmmanuel Vadot 135*c66ec88fSEmmanuel Vadot mcm@1000 { 136*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-mcm", "fsl,mcm"; 137*c66ec88fSEmmanuel Vadot reg = <0x1000 0x1000>; 138*c66ec88fSEmmanuel Vadot interrupts = <17 2>; 139*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 140*c66ec88fSEmmanuel Vadot }; 141*c66ec88fSEmmanuel Vadot 142*c66ec88fSEmmanuel Vadot i2c@3000 { 143*c66ec88fSEmmanuel Vadot #address-cells = <1>; 144*c66ec88fSEmmanuel Vadot #size-cells = <0>; 145*c66ec88fSEmmanuel Vadot cell-index = <0>; 146*c66ec88fSEmmanuel Vadot compatible = "fsl-i2c"; 147*c66ec88fSEmmanuel Vadot reg = <0x3000 0x100>; 148*c66ec88fSEmmanuel Vadot interrupts = <43 2>; 149*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 150*c66ec88fSEmmanuel Vadot dfsrr; 151*c66ec88fSEmmanuel Vadot 152*c66ec88fSEmmanuel Vadot cs4270:codec@4f { 153*c66ec88fSEmmanuel Vadot compatible = "cirrus,cs4270"; 154*c66ec88fSEmmanuel Vadot reg = <0x4f>; 155*c66ec88fSEmmanuel Vadot /* MCLK source is a stand-alone oscillator */ 156*c66ec88fSEmmanuel Vadot clock-frequency = <12288000>; 157*c66ec88fSEmmanuel Vadot }; 158*c66ec88fSEmmanuel Vadot }; 159*c66ec88fSEmmanuel Vadot 160*c66ec88fSEmmanuel Vadot i2c@3100 { 161*c66ec88fSEmmanuel Vadot #address-cells = <1>; 162*c66ec88fSEmmanuel Vadot #size-cells = <0>; 163*c66ec88fSEmmanuel Vadot cell-index = <1>; 164*c66ec88fSEmmanuel Vadot compatible = "fsl-i2c"; 165*c66ec88fSEmmanuel Vadot reg = <0x3100 0x100>; 166*c66ec88fSEmmanuel Vadot interrupts = <43 2>; 167*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 168*c66ec88fSEmmanuel Vadot sleep = <&pmc 0x00000004 0>; 169*c66ec88fSEmmanuel Vadot dfsrr; 170*c66ec88fSEmmanuel Vadot }; 171*c66ec88fSEmmanuel Vadot 172*c66ec88fSEmmanuel Vadot serial0: serial@4500 { 173*c66ec88fSEmmanuel Vadot cell-index = <0>; 174*c66ec88fSEmmanuel Vadot device_type = "serial"; 175*c66ec88fSEmmanuel Vadot compatible = "fsl,ns16550", "ns16550"; 176*c66ec88fSEmmanuel Vadot reg = <0x4500 0x100>; 177*c66ec88fSEmmanuel Vadot clock-frequency = <0>; 178*c66ec88fSEmmanuel Vadot interrupts = <42 2>; 179*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 180*c66ec88fSEmmanuel Vadot sleep = <&pmc 0x00000002 0>; 181*c66ec88fSEmmanuel Vadot }; 182*c66ec88fSEmmanuel Vadot 183*c66ec88fSEmmanuel Vadot serial1: serial@4600 { 184*c66ec88fSEmmanuel Vadot cell-index = <1>; 185*c66ec88fSEmmanuel Vadot device_type = "serial"; 186*c66ec88fSEmmanuel Vadot compatible = "fsl,ns16550", "ns16550"; 187*c66ec88fSEmmanuel Vadot reg = <0x4600 0x100>; 188*c66ec88fSEmmanuel Vadot clock-frequency = <0>; 189*c66ec88fSEmmanuel Vadot interrupts = <42 2>; 190*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 191*c66ec88fSEmmanuel Vadot sleep = <&pmc 0x00000008 0>; 192*c66ec88fSEmmanuel Vadot }; 193*c66ec88fSEmmanuel Vadot 194*c66ec88fSEmmanuel Vadot spi@7000 { 195*c66ec88fSEmmanuel Vadot #address-cells = <1>; 196*c66ec88fSEmmanuel Vadot #size-cells = <0>; 197*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-spi", "fsl,spi"; 198*c66ec88fSEmmanuel Vadot reg = <0x7000 0x40>; 199*c66ec88fSEmmanuel Vadot cell-index = <0>; 200*c66ec88fSEmmanuel Vadot interrupts = <59 2>; 201*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 202*c66ec88fSEmmanuel Vadot mode = "cpu"; 203*c66ec88fSEmmanuel Vadot cs-gpios = <&sdcsr_pio 7 0>; 204*c66ec88fSEmmanuel Vadot sleep = <&pmc 0x00000800 0>; 205*c66ec88fSEmmanuel Vadot 206*c66ec88fSEmmanuel Vadot mmc-slot@0 { 207*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610hpcd-mmc-slot", 208*c66ec88fSEmmanuel Vadot "mmc-spi-slot"; 209*c66ec88fSEmmanuel Vadot reg = <0>; 210*c66ec88fSEmmanuel Vadot gpios = <&sdcsr_pio 0 1 /* nCD */ 211*c66ec88fSEmmanuel Vadot &sdcsr_pio 1 0>; /* WP */ 212*c66ec88fSEmmanuel Vadot voltage-ranges = <3300 3300>; 213*c66ec88fSEmmanuel Vadot spi-max-frequency = <50000000>; 214*c66ec88fSEmmanuel Vadot }; 215*c66ec88fSEmmanuel Vadot }; 216*c66ec88fSEmmanuel Vadot 217*c66ec88fSEmmanuel Vadot display@2c000 { 218*c66ec88fSEmmanuel Vadot compatible = "fsl,diu"; 219*c66ec88fSEmmanuel Vadot reg = <0x2c000 100>; 220*c66ec88fSEmmanuel Vadot interrupts = <72 2>; 221*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 222*c66ec88fSEmmanuel Vadot sleep = <&pmc 0x04000000 0>; 223*c66ec88fSEmmanuel Vadot }; 224*c66ec88fSEmmanuel Vadot 225*c66ec88fSEmmanuel Vadot mpic: interrupt-controller@40000 { 226*c66ec88fSEmmanuel Vadot interrupt-controller; 227*c66ec88fSEmmanuel Vadot #address-cells = <0>; 228*c66ec88fSEmmanuel Vadot #interrupt-cells = <2>; 229*c66ec88fSEmmanuel Vadot reg = <0x40000 0x40000>; 230*c66ec88fSEmmanuel Vadot compatible = "chrp,open-pic"; 231*c66ec88fSEmmanuel Vadot device_type = "open-pic"; 232*c66ec88fSEmmanuel Vadot }; 233*c66ec88fSEmmanuel Vadot 234*c66ec88fSEmmanuel Vadot msi@41600 { 235*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-msi", "fsl,mpic-msi"; 236*c66ec88fSEmmanuel Vadot reg = <0x41600 0x80>; 237*c66ec88fSEmmanuel Vadot msi-available-ranges = <0 0x100>; 238*c66ec88fSEmmanuel Vadot interrupts = < 239*c66ec88fSEmmanuel Vadot 0xe0 0 240*c66ec88fSEmmanuel Vadot 0xe1 0 241*c66ec88fSEmmanuel Vadot 0xe2 0 242*c66ec88fSEmmanuel Vadot 0xe3 0 243*c66ec88fSEmmanuel Vadot 0xe4 0 244*c66ec88fSEmmanuel Vadot 0xe5 0 245*c66ec88fSEmmanuel Vadot 0xe6 0 246*c66ec88fSEmmanuel Vadot 0xe7 0>; 247*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 248*c66ec88fSEmmanuel Vadot }; 249*c66ec88fSEmmanuel Vadot 250*c66ec88fSEmmanuel Vadot global-utilities@e0000 { 251*c66ec88fSEmmanuel Vadot #address-cells = <1>; 252*c66ec88fSEmmanuel Vadot #size-cells = <1>; 253*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-guts"; 254*c66ec88fSEmmanuel Vadot reg = <0xe0000 0x1000>; 255*c66ec88fSEmmanuel Vadot ranges = <0 0xe0000 0x1000>; 256*c66ec88fSEmmanuel Vadot fsl,has-rstcr; 257*c66ec88fSEmmanuel Vadot 258*c66ec88fSEmmanuel Vadot pmc: power@70 { 259*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-pmc", 260*c66ec88fSEmmanuel Vadot "fsl,mpc8641d-pmc"; 261*c66ec88fSEmmanuel Vadot reg = <0x70 0x20>; 262*c66ec88fSEmmanuel Vadot }; 263*c66ec88fSEmmanuel Vadot }; 264*c66ec88fSEmmanuel Vadot 265*c66ec88fSEmmanuel Vadot wdt@e4000 { 266*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-wdt"; 267*c66ec88fSEmmanuel Vadot reg = <0xe4000 0x100>; 268*c66ec88fSEmmanuel Vadot }; 269*c66ec88fSEmmanuel Vadot 270*c66ec88fSEmmanuel Vadot ssi@16000 { 271*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-ssi"; 272*c66ec88fSEmmanuel Vadot cell-index = <0>; 273*c66ec88fSEmmanuel Vadot reg = <0x16000 0x100>; 274*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 275*c66ec88fSEmmanuel Vadot interrupts = <62 2>; 276*c66ec88fSEmmanuel Vadot fsl,mode = "i2s-slave"; 277*c66ec88fSEmmanuel Vadot codec-handle = <&cs4270>; 278*c66ec88fSEmmanuel Vadot fsl,playback-dma = <&dma00>; 279*c66ec88fSEmmanuel Vadot fsl,capture-dma = <&dma01>; 280*c66ec88fSEmmanuel Vadot fsl,fifo-depth = <8>; 281*c66ec88fSEmmanuel Vadot sleep = <&pmc 0 0x08000000>; 282*c66ec88fSEmmanuel Vadot }; 283*c66ec88fSEmmanuel Vadot 284*c66ec88fSEmmanuel Vadot ssi@16100 { 285*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-ssi"; 286*c66ec88fSEmmanuel Vadot status = "disabled"; 287*c66ec88fSEmmanuel Vadot cell-index = <1>; 288*c66ec88fSEmmanuel Vadot reg = <0x16100 0x100>; 289*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 290*c66ec88fSEmmanuel Vadot interrupts = <63 2>; 291*c66ec88fSEmmanuel Vadot fsl,fifo-depth = <8>; 292*c66ec88fSEmmanuel Vadot sleep = <&pmc 0 0x04000000>; 293*c66ec88fSEmmanuel Vadot }; 294*c66ec88fSEmmanuel Vadot 295*c66ec88fSEmmanuel Vadot dma@21300 { 296*c66ec88fSEmmanuel Vadot #address-cells = <1>; 297*c66ec88fSEmmanuel Vadot #size-cells = <1>; 298*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-dma", "fsl,eloplus-dma"; 299*c66ec88fSEmmanuel Vadot cell-index = <0>; 300*c66ec88fSEmmanuel Vadot reg = <0x21300 0x4>; /* DMA general status register */ 301*c66ec88fSEmmanuel Vadot ranges = <0x0 0x21100 0x200>; 302*c66ec88fSEmmanuel Vadot sleep = <&pmc 0x00000400 0>; 303*c66ec88fSEmmanuel Vadot 304*c66ec88fSEmmanuel Vadot dma00: dma-channel@0 { 305*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-dma-channel", 306*c66ec88fSEmmanuel Vadot "fsl,ssi-dma-channel"; 307*c66ec88fSEmmanuel Vadot cell-index = <0>; 308*c66ec88fSEmmanuel Vadot reg = <0x0 0x80>; 309*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 310*c66ec88fSEmmanuel Vadot interrupts = <20 2>; 311*c66ec88fSEmmanuel Vadot }; 312*c66ec88fSEmmanuel Vadot dma01: dma-channel@1 { 313*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-dma-channel", 314*c66ec88fSEmmanuel Vadot "fsl,ssi-dma-channel"; 315*c66ec88fSEmmanuel Vadot cell-index = <1>; 316*c66ec88fSEmmanuel Vadot reg = <0x80 0x80>; 317*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 318*c66ec88fSEmmanuel Vadot interrupts = <21 2>; 319*c66ec88fSEmmanuel Vadot }; 320*c66ec88fSEmmanuel Vadot dma-channel@2 { 321*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-dma-channel", 322*c66ec88fSEmmanuel Vadot "fsl,eloplus-dma-channel"; 323*c66ec88fSEmmanuel Vadot cell-index = <2>; 324*c66ec88fSEmmanuel Vadot reg = <0x100 0x80>; 325*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 326*c66ec88fSEmmanuel Vadot interrupts = <22 2>; 327*c66ec88fSEmmanuel Vadot }; 328*c66ec88fSEmmanuel Vadot dma-channel@3 { 329*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-dma-channel", 330*c66ec88fSEmmanuel Vadot "fsl,eloplus-dma-channel"; 331*c66ec88fSEmmanuel Vadot cell-index = <3>; 332*c66ec88fSEmmanuel Vadot reg = <0x180 0x80>; 333*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 334*c66ec88fSEmmanuel Vadot interrupts = <23 2>; 335*c66ec88fSEmmanuel Vadot }; 336*c66ec88fSEmmanuel Vadot }; 337*c66ec88fSEmmanuel Vadot 338*c66ec88fSEmmanuel Vadot dma@c300 { 339*c66ec88fSEmmanuel Vadot #address-cells = <1>; 340*c66ec88fSEmmanuel Vadot #size-cells = <1>; 341*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-dma", "fsl,eloplus-dma"; 342*c66ec88fSEmmanuel Vadot cell-index = <1>; 343*c66ec88fSEmmanuel Vadot reg = <0xc300 0x4>; /* DMA general status register */ 344*c66ec88fSEmmanuel Vadot ranges = <0x0 0xc100 0x200>; 345*c66ec88fSEmmanuel Vadot sleep = <&pmc 0x00000200 0>; 346*c66ec88fSEmmanuel Vadot 347*c66ec88fSEmmanuel Vadot dma-channel@0 { 348*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-dma-channel", 349*c66ec88fSEmmanuel Vadot "fsl,eloplus-dma-channel"; 350*c66ec88fSEmmanuel Vadot cell-index = <0>; 351*c66ec88fSEmmanuel Vadot reg = <0x0 0x80>; 352*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 353*c66ec88fSEmmanuel Vadot interrupts = <76 2>; 354*c66ec88fSEmmanuel Vadot }; 355*c66ec88fSEmmanuel Vadot dma-channel@1 { 356*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-dma-channel", 357*c66ec88fSEmmanuel Vadot "fsl,eloplus-dma-channel"; 358*c66ec88fSEmmanuel Vadot cell-index = <1>; 359*c66ec88fSEmmanuel Vadot reg = <0x80 0x80>; 360*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 361*c66ec88fSEmmanuel Vadot interrupts = <77 2>; 362*c66ec88fSEmmanuel Vadot }; 363*c66ec88fSEmmanuel Vadot dma-channel@2 { 364*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-dma-channel", 365*c66ec88fSEmmanuel Vadot "fsl,eloplus-dma-channel"; 366*c66ec88fSEmmanuel Vadot cell-index = <2>; 367*c66ec88fSEmmanuel Vadot reg = <0x100 0x80>; 368*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 369*c66ec88fSEmmanuel Vadot interrupts = <78 2>; 370*c66ec88fSEmmanuel Vadot }; 371*c66ec88fSEmmanuel Vadot dma-channel@3 { 372*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-dma-channel", 373*c66ec88fSEmmanuel Vadot "fsl,eloplus-dma-channel"; 374*c66ec88fSEmmanuel Vadot cell-index = <3>; 375*c66ec88fSEmmanuel Vadot reg = <0x180 0x80>; 376*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 377*c66ec88fSEmmanuel Vadot interrupts = <79 2>; 378*c66ec88fSEmmanuel Vadot }; 379*c66ec88fSEmmanuel Vadot }; 380*c66ec88fSEmmanuel Vadot 381*c66ec88fSEmmanuel Vadot }; 382*c66ec88fSEmmanuel Vadot 383*c66ec88fSEmmanuel Vadot pci0: pci@e0008000 { 384*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8610-pci"; 385*c66ec88fSEmmanuel Vadot device_type = "pci"; 386*c66ec88fSEmmanuel Vadot #interrupt-cells = <1>; 387*c66ec88fSEmmanuel Vadot #size-cells = <2>; 388*c66ec88fSEmmanuel Vadot #address-cells = <3>; 389*c66ec88fSEmmanuel Vadot reg = <0xe0008000 0x1000>; 390*c66ec88fSEmmanuel Vadot bus-range = <0 0>; 391*c66ec88fSEmmanuel Vadot ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x10000000 392*c66ec88fSEmmanuel Vadot 0x01000000 0x0 0x00000000 0xe1000000 0x0 0x00100000>; 393*c66ec88fSEmmanuel Vadot sleep = <&pmc 0x80000000 0>; 394*c66ec88fSEmmanuel Vadot clock-frequency = <33333333>; 395*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 396*c66ec88fSEmmanuel Vadot interrupts = <24 2>; 397*c66ec88fSEmmanuel Vadot interrupt-map-mask = <0xf800 0 0 7>; 398*c66ec88fSEmmanuel Vadot interrupt-map = < 399*c66ec88fSEmmanuel Vadot /* IDSEL 0x11 */ 400*c66ec88fSEmmanuel Vadot 0x8800 0 0 1 &mpic 4 1 401*c66ec88fSEmmanuel Vadot 0x8800 0 0 2 &mpic 5 1 402*c66ec88fSEmmanuel Vadot 0x8800 0 0 3 &mpic 6 1 403*c66ec88fSEmmanuel Vadot 0x8800 0 0 4 &mpic 7 1 404*c66ec88fSEmmanuel Vadot 405*c66ec88fSEmmanuel Vadot /* IDSEL 0x12 */ 406*c66ec88fSEmmanuel Vadot 0x9000 0 0 1 &mpic 5 1 407*c66ec88fSEmmanuel Vadot 0x9000 0 0 2 &mpic 6 1 408*c66ec88fSEmmanuel Vadot 0x9000 0 0 3 &mpic 7 1 409*c66ec88fSEmmanuel Vadot 0x9000 0 0 4 &mpic 4 1 410*c66ec88fSEmmanuel Vadot >; 411*c66ec88fSEmmanuel Vadot }; 412*c66ec88fSEmmanuel Vadot 413*c66ec88fSEmmanuel Vadot pci1: pcie@e000a000 { 414*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8641-pcie"; 415*c66ec88fSEmmanuel Vadot device_type = "pci"; 416*c66ec88fSEmmanuel Vadot #interrupt-cells = <1>; 417*c66ec88fSEmmanuel Vadot #size-cells = <2>; 418*c66ec88fSEmmanuel Vadot #address-cells = <3>; 419*c66ec88fSEmmanuel Vadot reg = <0xe000a000 0x1000>; 420*c66ec88fSEmmanuel Vadot bus-range = <1 3>; 421*c66ec88fSEmmanuel Vadot ranges = <0x02000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000 422*c66ec88fSEmmanuel Vadot 0x01000000 0x0 0x00000000 0xe3000000 0x0 0x00100000>; 423*c66ec88fSEmmanuel Vadot sleep = <&pmc 0x40000000 0>; 424*c66ec88fSEmmanuel Vadot clock-frequency = <33333333>; 425*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 426*c66ec88fSEmmanuel Vadot interrupts = <26 2>; 427*c66ec88fSEmmanuel Vadot interrupt-map-mask = <0xf800 0 0 7>; 428*c66ec88fSEmmanuel Vadot 429*c66ec88fSEmmanuel Vadot interrupt-map = < 430*c66ec88fSEmmanuel Vadot /* IDSEL 0x1b */ 431*c66ec88fSEmmanuel Vadot 0xd800 0 0 1 &mpic 2 1 432*c66ec88fSEmmanuel Vadot 433*c66ec88fSEmmanuel Vadot /* IDSEL 0x1c*/ 434*c66ec88fSEmmanuel Vadot 0xe000 0 0 1 &mpic 1 1 435*c66ec88fSEmmanuel Vadot 0xe000 0 0 2 &mpic 1 1 436*c66ec88fSEmmanuel Vadot 0xe000 0 0 3 &mpic 1 1 437*c66ec88fSEmmanuel Vadot 0xe000 0 0 4 &mpic 1 1 438*c66ec88fSEmmanuel Vadot 439*c66ec88fSEmmanuel Vadot /* IDSEL 0x1f */ 440*c66ec88fSEmmanuel Vadot 0xf800 0 0 1 &mpic 3 2 441*c66ec88fSEmmanuel Vadot 0xf800 0 0 2 &mpic 0 1 442*c66ec88fSEmmanuel Vadot >; 443*c66ec88fSEmmanuel Vadot 444*c66ec88fSEmmanuel Vadot pcie@0 { 445*c66ec88fSEmmanuel Vadot reg = <0 0 0 0 0>; 446*c66ec88fSEmmanuel Vadot #size-cells = <2>; 447*c66ec88fSEmmanuel Vadot #address-cells = <3>; 448*c66ec88fSEmmanuel Vadot device_type = "pci"; 449*c66ec88fSEmmanuel Vadot ranges = <0x02000000 0x0 0xa0000000 450*c66ec88fSEmmanuel Vadot 0x02000000 0x0 0xa0000000 451*c66ec88fSEmmanuel Vadot 0x0 0x10000000 452*c66ec88fSEmmanuel Vadot 0x01000000 0x0 0x00000000 453*c66ec88fSEmmanuel Vadot 0x01000000 0x0 0x00000000 454*c66ec88fSEmmanuel Vadot 0x0 0x00100000>; 455*c66ec88fSEmmanuel Vadot uli1575@0 { 456*c66ec88fSEmmanuel Vadot reg = <0 0 0 0 0>; 457*c66ec88fSEmmanuel Vadot #size-cells = <2>; 458*c66ec88fSEmmanuel Vadot #address-cells = <3>; 459*c66ec88fSEmmanuel Vadot ranges = <0x02000000 0x0 0xa0000000 460*c66ec88fSEmmanuel Vadot 0x02000000 0x0 0xa0000000 461*c66ec88fSEmmanuel Vadot 0x0 0x10000000 462*c66ec88fSEmmanuel Vadot 0x01000000 0x0 0x00000000 463*c66ec88fSEmmanuel Vadot 0x01000000 0x0 0x00000000 464*c66ec88fSEmmanuel Vadot 0x0 0x00100000>; 465*c66ec88fSEmmanuel Vadot 466*c66ec88fSEmmanuel Vadot isa@1e { 467*c66ec88fSEmmanuel Vadot device_type = "isa"; 468*c66ec88fSEmmanuel Vadot #size-cells = <1>; 469*c66ec88fSEmmanuel Vadot #address-cells = <2>; 470*c66ec88fSEmmanuel Vadot reg = <0xf000 0 0 0 0>; 471*c66ec88fSEmmanuel Vadot ranges = <1 0 0x01000000 0 0 472*c66ec88fSEmmanuel Vadot 0x00001000>; 473*c66ec88fSEmmanuel Vadot 474*c66ec88fSEmmanuel Vadot rtc@70 { 475*c66ec88fSEmmanuel Vadot compatible = "pnpPNP,b00"; 476*c66ec88fSEmmanuel Vadot reg = <1 0x70 2>; 477*c66ec88fSEmmanuel Vadot }; 478*c66ec88fSEmmanuel Vadot }; 479*c66ec88fSEmmanuel Vadot }; 480*c66ec88fSEmmanuel Vadot }; 481*c66ec88fSEmmanuel Vadot }; 482*c66ec88fSEmmanuel Vadot 483*c66ec88fSEmmanuel Vadot pci2: pcie@e0009000 { 484*c66ec88fSEmmanuel Vadot #address-cells = <3>; 485*c66ec88fSEmmanuel Vadot #size-cells = <2>; 486*c66ec88fSEmmanuel Vadot #interrupt-cells = <1>; 487*c66ec88fSEmmanuel Vadot device_type = "pci"; 488*c66ec88fSEmmanuel Vadot compatible = "fsl,mpc8641-pcie"; 489*c66ec88fSEmmanuel Vadot reg = <0xe0009000 0x00001000>; 490*c66ec88fSEmmanuel Vadot ranges = <0x02000000 0 0x90000000 0x90000000 0 0x10000000 491*c66ec88fSEmmanuel Vadot 0x01000000 0 0x00000000 0xe2000000 0 0x00100000>; 492*c66ec88fSEmmanuel Vadot bus-range = <0 255>; 493*c66ec88fSEmmanuel Vadot interrupt-map-mask = <0xf800 0 0 7>; 494*c66ec88fSEmmanuel Vadot interrupt-map = <0x0000 0 0 1 &mpic 4 1 495*c66ec88fSEmmanuel Vadot 0x0000 0 0 2 &mpic 5 1 496*c66ec88fSEmmanuel Vadot 0x0000 0 0 3 &mpic 6 1 497*c66ec88fSEmmanuel Vadot 0x0000 0 0 4 &mpic 7 1>; 498*c66ec88fSEmmanuel Vadot interrupt-parent = <&mpic>; 499*c66ec88fSEmmanuel Vadot interrupts = <25 2>; 500*c66ec88fSEmmanuel Vadot sleep = <&pmc 0x20000000 0>; 501*c66ec88fSEmmanuel Vadot clock-frequency = <33333333>; 502*c66ec88fSEmmanuel Vadot }; 503*c66ec88fSEmmanuel Vadot}; 504