83xx: add support for the kmeter1 board.
authorHeiko Schocher <hs@denx.de>
Mon, 15 Jun 2009 07:38:18 +0000 (09:38 +0200)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 16 Jun 2009 03:15:09 +0000 (22:15 -0500)
commit8159df72d43e237d5bfcff052a8337245b6ac53e
treec3609053ee3e208d9b48ff1aaeaa7fcd214a8102
parent40aa7353355f2d2766b2c960aff2f93e3dac4bfa
83xx: add support for the kmeter1 board.

The following series implements basic board support for
the kmeter1 board from keymile, based on a MPC8360.

This series provides the following functionality:

- The board can boot with a serial console on UART1
- Ethernet:
    UCC1 in RGMII mode
    UCC2 in RGMII mode
    UCC4 in RMII mode
    UCC5 in RMII mode
    UCC6 in RMII mode
    UCC7 in RMII mode
    UCC8 in RMII mode

    following patch is necessary for working UCC in RMII mode:

    http://lists.ozlabs.org/pipermail/linuxppc-dev/2009-April/070804.html

- Flash accessed via MTD layer

  On this hardware there is an Intel P30 flash, following patch
  series is necessary for working with this hardware:

  http://lists.ozlabs.org/pipermail/linuxppc-dev/2009-April/070624.html

- I2C using I2C Bus 1 from the MPC8360 cpu

Signed-off-by: Heiko Schocher <hs@denx.de>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/kmeter1.dts [new file with mode: 0644]
arch/powerpc/configs/83xx/kmeter1_defconfig [new file with mode: 0644]
arch/powerpc/platforms/83xx/Kconfig
arch/powerpc/platforms/83xx/Makefile
arch/powerpc/platforms/83xx/kmeter1.c [new file with mode: 0644]