Skip to content
  1. Apr 29, 2013
  2. Apr 26, 2013
  3. Apr 12, 2013
  4. 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
  5. Apr 09, 2013
  6. Apr 04, 2013
  7. Apr 03, 2013
  8. Mar 29, 2013
  9. Mar 26, 2013
  10. Mar 21, 2013
  11. 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
  12. Mar 07, 2013
  13. Mar 01, 2013
  14. Feb 12, 2013
  15. Feb 10, 2013
  16. 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
    • Lucas Stach's avatar
      ARM: tegra: Add Toradex Iris carrier board DT with T20 512MB COM · bf5fcc76
      Lucas Stach authored
      
      
      This adds the device tree for the Toradex Iris carrier board used
      together with a Colibri T20 512MB COM.
      
      The Iris has the following features, in brackets the current status:
      - DVI and VGA output through DVI-I connector (DVI-D enabled and tested)
      - LVDS output
      - 1 USB host port (enabled and tested)
      - 1 USB OTG port (enabled)
      - 100 MBit Ethernet (enabled and tested)
      - 5 UART ports  (2 on 10way headers enabled and tested)
      - 1 MicroSD Slot (enabled and tested)
      - Audio connectors (enabled, only HP out and Line-in tested)
      - i2c RTC
      - GPIO connector (enabled, only sparsely tested)
      - external i2c bus
      - 4 PWM out
      - analog in
      
      Signed-off-by: default avatarLucas Stach <dev@lynxeye.de>
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      bf5fcc76
    • Bryan Wu's avatar
      ARM: DT: tegra: Add Tegra30 Beaver board support · d7df69fe
      Bryan Wu authored
      
      
      This patch adds support for Tegra30 Beaver board in upstream kernel.
      
      Beaver board is a Tegra30 SoC based development board, it has
      following features:
       - T30 or T33 SoC (Qual core ARM Cortex A9)
       - 2 GB DDR3L
       - 16 GB EMMC
       - 1 SD slot
       - 1 USB Standart A port and 1 USB micro AB port
       - PCI-E Gig Ethernet
       - Audio input/output
       - SATA port
       - HDMI output
       - UART and JTAG
      
      Signed-off-by: default avatarBryan Wu <pengw@nvidia.com>
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      d7df69fe