10 Jan, 2014

4 commits

  • Enabled default dts files on respective pre-board config
    files this is way MAKEALL will works. and it's upto user
    to build specific dts by specifying at build time.

    $ make zynq_zc70x_config
    $ make --> with default dts zynq-zc702.dts
    or
    $ make DEVICE_TREE=zynq-zc702 --> Same configuration with zynq-zc706.dts

    Signed-off-by: Jagannadha Sutradharudu Teki

    Jagannadha Sutradharudu Teki
     
  • ZC770 is a complete development board based on the Xilinx Zynq-7000
    All Programmable SoC, similar to ZC70x board but which has four
    different daughter cards, like XM010, XM011, XM012 and XM013

    ZC770 XM012:
    - 1GB DDR3
    - 64MiB Numonyx NOR flash
    - USB-UART

    Signed-off-by: Jagannadha Sutradharudu Teki
    Cc: Stefan Roese

    Jagannadha Sutradharudu Teki
     
  • ZC770 is a complete development board based on the Xilinx Zynq-7000
    All Programmable SoC, similar to ZC70x board but which has four
    different daughter cards, like XM010, XM011, XM012 and XM013

    ZC770 XM013:
    - 1GB DDR3
    - 128 Mb Quad-SPI Flash(dual parallel)
    - USB-UART

    Signed-off-by: Jagannadha Sutradharudu Teki

    Jagannadha Sutradharudu Teki
     
  • ZC770 is a complete development board based on the Xilinx Zynq-7000
    All Programmable SoC, similar to ZC70x board but which has four
    different daughter cards, like XM010, XM011, XM012 and XM013

    ZC770 XM010:
    - 1Gb DDR3
    - 1Mb SST SPI flash
    - 128 Mb Quad-SPI Flash
    - 8 Mb SST SI flash
    - Full size SD/MMC card cage
    - 10/100/1000 Ethernet
    - USB-UART

    Signed-off-by: Jagannadha Sutradharudu Teki

    Jagannadha Sutradharudu Teki