Current device tree is only bare bones.  This patch
adds nodes to make it a complete tree for MPC5121ads.

Added nodes include:
    mbx      - opengl coprocessor
    nfc      - nand flash controller
    cpld-pic - on board cpld
    rtc
    clock    - clock control
    pmc      - power management control
    gpio
    mscan    - can module
    i2c
    axe      - audio coprocessor
    display  - display interface unit
    mdio
    ethernet
    usb
    ioctl    - pin config
    pata
    ac97     - PSC configured as AC97
    pscfifo  - psc fifo configuration
    dma
    pci

Fix typo in header changing MDS to ADS.

Add a compatible property of the form "fsl,mpc5121-..."
to nodes missing one.

Changed localbus compatible to fsl,mpc5121-localbus, this does
not break anything because the only code that uses it finds it
via the node name, not compatible.

Signed-off-by: John Rigby <[EMAIL PROTECTED]>
---
 arch/powerpc/boot/dts/mpc5121ads.dts |  310 ++++++++++++++++++++++++++++++++--
 1 files changed, 299 insertions(+), 11 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc5121ads.dts 
b/arch/powerpc/boot/dts/mpc5121ads.dts
index 94ad7b2..1f9036c 100644
--- a/arch/powerpc/boot/dts/mpc5121ads.dts
+++ b/arch/powerpc/boot/dts/mpc5121ads.dts
@@ -1,7 +1,7 @@
 /*
- * MPC5121E MDS Device Tree Source
+ * MPC5121E ADS Device Tree Source
  *
- * Copyright 2007 Freescale Semiconductor Inc.
+ * Copyright 2007,2008 Freescale Semiconductor Inc.
  *
  * This program is free software; you can redistribute  it and/or modify it
  * under  the terms of  the GNU General  Public License as published by the
@@ -17,6 +17,10 @@
        #address-cells = <1>;
        #size-cells = <1>;
 
+       aliases {
+               pci = &pci;
+       };
+
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;
@@ -39,8 +43,41 @@
                reg = <0x00000000 0x10000000>;  // 256MB at 0
        };
 
+       [EMAIL PROTECTED] {
+               compatible = "fsl,mpc5121-mbx";
+               reg = <0x20000000 0x4000>;
+               interrupts = <66 0x8>;
+               interrupt-parent = < &ipic >;
+       };
+
+       [EMAIL PROTECTED] {
+               compatible = "fsl,mpc5121-sram";
+               reg = <0x30000000 0x20000>;             // 128K at 0x30000000
+       };
+
+       [EMAIL PROTECTED] {
+               compatible = "fsl,mpc5121-nfc";
+               reg = <0x40000000 0x100000>;    // 1M at 0x40000000
+               interrupts = <6 8>;
+               interrupt-parent = < &ipic >;
+               #address-cells = <1>;
+               #size-cells = <1>;
+               bank-width = <1>;
+               // ADS has two Hynix 512MB Nand flash chips in a single
+               // stacked package .
+               chips = <2>;
+               [EMAIL PROTECTED] {
+                       label = "nand0";
+                       reg = <0x00000000 0x02000000>;  // first 32 MB of chip 0
+               };
+               [EMAIL PROTECTED] {
+                       label = "nand1";
+                       reg = <0x20000000 0x02000000>;  // first 32 MB of chip 1
+               };
+       };
+
        [EMAIL PROTECTED] {
-               compatible = "fsl,mpc5121ads-localbus";
+               compatible = "fsl,mpc5121-localbus";
                #address-cells = <2>;
                #size-cells = <1>;
                reg = <0x80000020 0x40>;
@@ -51,14 +88,51 @@
                [EMAIL PROTECTED],0 {
                        compatible = "cfi-flash";
                        reg = <0 0x0 0x4000000>;
+                       #address-cells = <1>;
+                       #size-cells = <1>;
                        bank-width = <4>;
-                       device-width = <1>;
+                       device-width = <2>;
+                       [EMAIL PROTECTED] {
+                               label = "protected";
+                               reg = <0x00000000 0x00040000>;  // first sector 
is protected
+                               read-only;
+                       };
+                       [EMAIL PROTECTED] {
+                               label = "filesystem";
+                               reg = <0x00040000 0x03c00000>;  // 60M for 
filesystem
+                       };
+                       [EMAIL PROTECTED] {
+                               label = "kernel";
+                               reg = <0x03c40000 0x00280000>;  // 2.5M for 
kernel
+                       };
+                       [EMAIL PROTECTED] {
+                               label = "device-tree";
+                               reg = <0x03ec0000 0x00040000>;  // one sector 
for device tree
+                       };
+                       [EMAIL PROTECTED] {
+                               label = "u-boot";
+                               reg = <0x03f00000 0x00100000>;  // 1M for u-boot
+                               read-only;
+                       };
                };
 
                [EMAIL PROTECTED],0 {
                        compatible = "fsl,mpc5121ads-cpld";
                        reg = <0x2 0x0 0x8000>;
                };
+
+               cpld_pic: [EMAIL PROTECTED],a {
+                       compatible = "fsl,mpc5121ads-cpld-pic";
+                       interrupt-controller;
+                       #interrupt-cells = <2>;
+                       reg = <0x2 0xa 0x5>;
+                       interrupt-parent = < &ipic >;
+                       // irq routing
+                       //      all irqs but touch screen are routed to irq0 
(ipic 48)
+                       //      touch screen is statically routed to irq1 (ipic 
17)
+                       //      so don't use it here
+                       interrupts = <48 0x8>;
+               };
        };
 
        [EMAIL PROTECTED] {
@@ -85,38 +159,252 @@
                        reg = <0xc00 0x100>;
                };
 
-               // 512x PSCs are not 52xx PSCs compatible
+               [EMAIL PROTECTED] {     // Real time clock
+                       compatible = "fsl,mpc5121-rtc";
+                       reg = <0xa00 0x100>;
+                       interrupts = <79 0x8 80 0x8>;
+                       interrupt-parent = < &ipic >;
+               };
+
+               [EMAIL PROTECTED] {     // Clock control
+                       compatible = "fsl,mpc5121-clock";
+                       reg = <0xf00 0x100>;
+               };
+
+               [EMAIL PROTECTED]  //Power Management Controller
+                       compatible = "fsl,mpc5121-pmc";
+                       reg = <0x1000 0x100>;
+                       interrupts = <83 0x2>;
+                       interrupt-parent = < &ipic >;
+               };
+
+               [EMAIL PROTECTED] {
+                       compatible = "fsl,mpc5121-gpio";
+                       reg = <0x1100 0x100>;
+                       interrupts = <78 0x8>;
+                       interrupt-parent = < &ipic >;
+               };
+
+               [EMAIL PROTECTED] {
+                       compatible = "fsl,mpc5121-mscan";
+                       cell-index = <0>;
+                       interrupts = <12 0x8>;
+                       interrupt-parent = < &ipic >;
+                       reg = <0x1300 0x80>;
+               };
+
+               [EMAIL PROTECTED] {
+                       compatible = "fsl,mpc5121-mscan";
+                       cell-index = <1>;
+                       interrupts = <13 0x8>;
+                       interrupt-parent = < &ipic >;
+                       reg = <0x1380 0x80>;
+               };
+
+               [EMAIL PROTECTED] {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       compatible = "fsl,mpc5121-i2c", "fsl-i2c";
+                       cell-index = <0>;
+                       reg = <0x1700 0x20>;
+                       interrupts = <9 0x8>;
+                       interrupt-parent = < &ipic >;
+                       fsl5200-clocking;
+               };
+
+               [EMAIL PROTECTED] {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       compatible = "fsl,mpc5121-i2c", "fsl-i2c";
+                       cell-index = <1>;
+                       reg = <0x1720 0x20>;
+                       interrupts = <10 0x8>;
+                       interrupt-parent = < &ipic >;
+                       fsl5200-clocking;
+               };
+
+               [EMAIL PROTECTED] {
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       compatible = "fsl,mpc5121-i2c", "fsl-i2c";
+                       cell-index = <2>;
+                       reg = <0x1740 0x20>;
+                       interrupts = <11 0x8>;
+                       interrupt-parent = < &ipic >;
+                       fsl5200-clocking;
+               };
+
+               [EMAIL PROTECTED] {
+                       compatible = "fsl,mpc5121-i2c-ctrl";
+                       reg = <0x1760 0x8>;
+               };
+
+               [EMAIL PROTECTED] {
+                       compatible = "fsl,mpc5121-axe";
+                       reg = <0x2000 0x100>;
+                       interrupts = <42 0x8>;
+                       interrupt-parent = < &ipic >;
+               };
+
+               [EMAIL PROTECTED] {
+                       compatible = "fsl,mpc5121-diu", "fsl-diu";
+                       reg = <0x2100 0x100>;
+                       interrupts = <64 0x8>;
+                       interrupt-parent = < &ipic >;
+               };
+
+               [EMAIL PROTECTED] {
+                       compatible = "fsl,mpc5121-fec-mdio";
+                       reg = <0x2800 0x800>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       phy: [EMAIL PROTECTED] {
+                               reg = <1>;
+                               device_type = "ethernet-phy";
+                       };
+               };
+
+               [EMAIL PROTECTED] {
+                       device_type = "network";
+                       compatible = "fsl,mpc5121-fec";
+                       reg = <0x2800 0x800>;
+                       local-mac-address = [ 00 00 00 00 00 00 ];
+                       interrupts = <4 0x8>;
+                       interrupt-parent = < &ipic >;
+                       phy-handle = < &phy >;
+                       fsl,align-tx-packets = <4>;
+               };
+
+               // 5121e has two dr usb modules
+               // mpc5121_ads only uses USB0
+
+               // USB1 using external ULPI PHY
+               //[EMAIL PROTECTED] {
+               //      compatible = "fsl,mpc5121-usb2-dr", "fsl-usb2-dr";
+               //      reg = <0x3000 0x1000>;
+               //      #address-cells = <1>;
+               //      #size-cells = <0>;
+               //      interrupt-parent = < &ipic >;
+               //      interrupts = <43 0x8>;
+               //      dr_mode = "otg";
+               //      phy_type = "ulpi";
+               //      port1;
+               //};
+
+               // USB0 using internal UTMI PHY
+               [EMAIL PROTECTED] {
+                       compatible = "fsl,mpc5121-usb2-dr", "fsl-usb2-dr";
+                       reg = <0x4000 0x1000>;
+                       #address-cells = <1>;
+                       #size-cells = <0>;
+                       interrupt-parent = < &ipic >;
+                       interrupts = <44 0x8>;
+                       dr_mode = "otg";
+                       phy_type = "utmi_wide";
+                       port0;
+               };
+
+               // IO control
+               [EMAIL PROTECTED] {
+                       compatible = "fsl,mpc5121-ioctl";
+                       reg = <0xA000 0x1000>;
+               };
+
+               [EMAIL PROTECTED] {
+                       compatible = "fsl,mpc5121-pata";
+                       reg = <0x10200 0x100>;
+                       interrupts = <5 0x8>;
+                       interrupt-parent = < &ipic >;
+               };
+
+               // 512x PSCs are not 52xx PSC compatible
                // PSC3 serial port A aka ttyPSC0
                [EMAIL PROTECTED] {
                        device_type = "serial";
-                       compatible = "fsl,mpc5121-psc-uart";
+                       compatible = "fsl,mpc5121-psc-uart", "fsl,mpc5121-psc";
                        // Logical port assignment needed until driver
                        // learns to use aliases
                        port-number = <0>;
                        cell-index = <3>;
                        reg = <0x11300 0x100>;
-                       interrupts = <0x28 0x8>; // actually the fifo irq
+                       interrupts = <40 0x8>;
                        interrupt-parent = < &ipic >;
+                       rx-fifo-size = <16>;
+                       tx-fifo-size = <16>;
                };
 
                // PSC4 serial port B aka ttyPSC1
                [EMAIL PROTECTED] {
                        device_type = "serial";
-                       compatible = "fsl,mpc5121-psc-uart";
+                       compatible = "fsl,mpc5121-psc-uart", "fsl,mpc5121-psc";
                        // Logical port assignment needed until driver
                        // learns to use aliases
                        port-number = <1>;
                        cell-index = <4>;
                        reg = <0x11400 0x100>;
-                       interrupts = <0x28 0x8>; // actually the fifo irq
+                       interrupts = <40 0x8>;
                        interrupt-parent = < &ipic >;
+                       rx-fifo-size = <16>;
+                       tx-fifo-size = <16>;
                };
 
-               [EMAIL PROTECTED] {
+               // PSC5 in ac97 mode
+               [EMAIL PROTECTED] {
+                       compatible = "fsl,mpc5121-psc-ac97", "fsl,mpc5121-psc";
+                       cell-index = <5>;
+                       reg = <0x11500 0x100>;
+                       interrupts = <40 0x8>;
+                       interrupt-parent = < &ipic >;
+                       fsl,mode = "ac97-slave";
+                       rx-fifo-size = <384>;
+                       tx-fifo-size = <384>;
+               };
+
+               [EMAIL PROTECTED] {
                        compatible = "fsl,mpc5121-psc-fifo";
                        reg = <0x11f00 0x100>;
-                       interrupts = <0x28 0x8>;
+                       interrupts = <40 0x8>;
                        interrupt-parent = < &ipic >;
                };
+
+               [EMAIL PROTECTED] {
+                       compatible = "fsl,mpc5121-dma2";
+                       reg = <0x14000 0x1800>;
+                       interrupts = <65 0x8>;
+                       interrupt-parent = < &ipic >;
+               };
+
+       };
+
+       pci: [EMAIL PROTECTED] {
+               interrupt-map-mask = <0xf800 0x0 0x0 0x7>;
+               interrupt-map = <
+                               // IDSEL 0x15 - Slot 1 PCI
+                                0xa800 0x0 0x0 0x1 &cpld_pic 0x0 0x8
+                                0xa800 0x0 0x0 0x2 &cpld_pic 0x1 0x8
+                                0xa800 0x0 0x0 0x3 &cpld_pic 0x2 0x8
+                                0xa800 0x0 0x0 0x4 &cpld_pic 0x3 0x8
+
+                               // IDSEL 0x16 - Slot 2 MiniPCI
+                                0xb000 0x0 0x0 0x1 &cpld_pic 0x4 0x8
+                                0xb000 0x0 0x0 0x2 &cpld_pic 0x5 0x8
+
+                               // IDSEL 0x17 - Slot 3 MiniPCI
+                                0xb800 0x0 0x0 0x1 &cpld_pic 0x6 0x8
+                                0xb800 0x0 0x0 0x2 &cpld_pic 0x7 0x8
+                               >;
+               interrupt-parent = < &ipic >;
+               interrupts = <1 0x8>;
+               bus-range = <0 0>;
+               ranges = <0x42000000 0x0 0xa0000000 0xa0000000 0x0 0x10000000
+                         0x02000000 0x0 0xb0000000 0xb0000000 0x0 0x10000000
+                         0x01000000 0x0 0x00000000 0x84000000 0x0 0x01000000>;
+               clock-frequency = <0>;
+               #interrupt-cells = <1>;
+               #size-cells = <2>;
+               #address-cells = <3>;
+               reg = <0x80008500 0x100>;
+               compatible = "fsl,mpc5121-pci";
+               device_type = "pci";
        };
 };
-- 


_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to