Skip to content
  1. Jun 17, 2013
  2. Apr 29, 2013
  3. Apr 26, 2013
  4. Apr 12, 2013
  5. Apr 11, 2013
    • Simon Guinot's avatar
      ARM: Kirkwood: DT board setup for CloudBox · 98d4f2ac
      Simon Guinot authored
      
      
      This patch adds DT board setup for the LaCie NAS CloudBox. The CloudBox
      is a low cost NAS based on the Network Space v2.
      
      Chipset list:
      - CPU MARVELL 88F6702 1Ghz
      - SDRAM memory: 256MB DDR2-800 (2x128MB x8) 400Mhz
      - 1 Ethernet Gigabit port (PHY MARVELL 88E1318)
      - SPI flash, NOR 512KB
      - 1 push button
      - 2 LEDs (red and blue)
      
      There is no EEPROM and no USB ports embedded.
      
      Note that this board must not be confused with the Network Space Mini v2
      which is embedded in a previous LaCie product also named CloudBox.
      
      Signed-off-by: default avatarSimon Guinot <simon.guinot@sequanux.org>
      Acked-by: default avatarAndrew Lunn <andrew@lunn.ch>
      Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
      98d4f2ac
  6. Apr 09, 2013
  7. Apr 04, 2013
  8. Apr 03, 2013
  9. Mar 29, 2013
  10. Mar 26, 2013
  11. Mar 21, 2013
  12. Mar 18, 2013
    • Simon Horman's avatar
      ARM: shmobile: kzm9g: Reference DT implementation · b8b82b29
      Simon Horman authored
      
      
      Provide alternate board code for the kzm9g to demonstrate
      how DT may be used given the current state of driver
      device tree support. This is intended to act as a reference
      for mach-shmobile developers.
      
      Some notes:
      
      * Brings up the GIC interrupt handler using device tree
      * Brings up the following device using device tree:
        - MMCIF (MMC)
      * Does not bring up the INTC interrupt controller at all,
        thus external devices may not be used. In particular,
        the SMSC ethernet device may not be used and thus
        NFS root may not be used.
      * Uses existing C code and not device tree to initialise the following,
        which are needed for a working board:
        - SCIF (Serial)
        - CMT (Clock)
        - PFC (GPIO)
      
      To use this alternate board code instead of the normal board code,
      CONFIG_MACH_KZM9G_REFERENCE should be selected in the kernel config.
      And the sh73a0-kzm9g-reference.dtb flattened device tree blob should be used.
      
      Includes fix by Thierry Reding to no longer use gic_handle_irq()
      
      Includes fixes by Guennadi Liakhovetski for recent pinmux changes.
      
      Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
      Cc: Thierry Reding <thierry.reding@avionic-design.de>
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      b8b82b29
    • Simon Horman's avatar
      ARM: shmobile: marzen: Reference DT implementation · 73d6a69e
      Simon Horman authored
      
      
      Provide alternate board code for the marzen to demonstrate
      how DT may be used given the current state of driver
      device tree support. This is intended to act as a reference
      for mach-shmobile developers.
      
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      73d6a69e
  13. Mar 07, 2013
  14. Mar 01, 2013
  15. Feb 12, 2013
  16. Feb 10, 2013
  17. Jan 29, 2013
    • Linus Walleij's avatar
      ARM: nomadik: initial devicetree support · f8635abd
      Linus Walleij authored
      
      
      Support basic device tree boot on the Nomadik. Implement the
      support in the cpu file with the intent of deleting the board
      files later. At this stage IRQ controllers, system timer,
      l2x0 cache, UARTs and thus console boot is fully functional.
      Patch out the code adding devices by initcalls for now so
      as not to disturb the boot.
      
      Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
      f8635abd