Skip to content
  1. Oct 19, 2015
  2. Oct 18, 2015
  3. Oct 14, 2015
  4. Oct 13, 2015
  5. Oct 12, 2015
    • Simon Guinot's avatar
      ARM: mvebu: add DT support for Seagate Personal Cloud · 0ac73f76
      Simon Guinot authored
      
      
      This patch adds DT support for the Seagate Personal Cloud 1 and 2-Bay.
      
      Here are some information allowing to identify these devices:
      
      Product name                 | Personal Cloud | Personal Cloud 2-Bay
      Code name (board/PCB)        | Cumulus        | Cumulus Max
      Model name (case sticker)    | SRN21C         | SRN22C
      Material desc (product spec) | STCRxxxxxxx    | STCSxxxxxxx
      
      Chipset list:
      - SoC Marvell Armada 370 88F6707, CPU @1GHz
      - SDRAM memory: 512MB DDR3 667MHz (16-bits bandwidth)
      - SPI flash 1MB (Macronix MX25L8006E)
      - 1 or 2 SATA internal ports
      - 1 Ethernet Gigabit port (PHY Marvell 88E1518)
      - 1 USB3 host port (PCIe controller ASM1042)
      - 1 USB2 host port (SoC)
      - 2 push buttons (power and reset)
      - 1 SATA LED (bi-color, white and red)
      
      Note that support for the white SATA LED is missing. A dedicated LED
      driver is needed.
      
      Signed-off-by: default avatarSimon Guinot <simon.guinot@sequanux.org>
      Acked-by: default avatarAndrew Lunn <andrew@lunn.ch>
      Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
      0ac73f76
    • Vincent Donnefort's avatar
      ARM: mvebu: add DT support for Seagate NAS 2 and 4-Bay · 85a9efcd
      Vincent Donnefort authored
      
      
      This patch adds DT support for the Seagate NAS 2 and 4-Bay.
      
      Here are some information allowing to identify these devices:
      
      Product name                 | Seagate NAS 2-Bay | Seagate NAS 4-Bay
      Code name (board/PCB)        | Dart 2-Bay        | Dart 4-Bay
      Model name (case sticker)    | SRPD20            | SRPD40
      Material desc (product spec) | STCTxxxxxxx       | STCUxxxxxxx
      
      Chipset list (common):
      - SoC Marvell Armada 370 88F6707, CPU @1.2GHz
      - SDRAM memory: 512MB DDR3 600MHz (16-bits bandwidth)
      - NAND flash 256MB, 8-bits (Micron MT29F2G08AAB or Hinyx H27U2G8F2CTR-BC)
      - 2 SATA II ports (SoC)
      - 1 Ethernet Gigabit ports (PHY Marvell 88E1518)
      - 2 USB3 host ports (PCIe controller ASM1042)
      - GPIO fan (4 speeds)
      - External I2C RTC (MCP7940NT)
      - 3 push buttons (power, backup and reset)
      - 2 SATA LEDs (bi-color, blue and red)
      - 1 power LED (bi-color, blue and red)
      
      Only on 4-Bay models:
      - 2 extra SATA III ports (PCIe AHCI controller Marvell 88SE9170)
      - 1 extra Ethernet Gigabit ports (PHY Marvell 88E1518)
      - I2C GPIO expander (PCA9554A)
      - 2 extra SATA LEDs (bi-color, blue and red)
      
      Note that support for the white SATA LEDs associated with HDDs 0 and 1
      is missing. A dedicated LED driver is needed.
      
      Signed-off-by: default avatarVincent Donnefort <vdonnefort@gmail.com>
      Acked-by: default avatarAndrew Lunn <andrew@lunn.ch>
      Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
      85a9efcd
    • Maxime Ripard's avatar
      ARM: sun5i: Add C.H.I.P DTS · 465a225f
      Maxime Ripard authored
      
      
      The C.H.I.P. is a small SBC with an Allwinner R8, 8GB of NAND, 512MB of
      RAM, USB host and OTG, a wifi / bluetooth combo chip, an audio/video jack
      and two connectors to plug additional boards on top of it.
      
      Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
      Reviewed-by: default avatarHans de Goede <hdegoede@redhat.com>
      Acked-by: default avatarChen-Yu Tsai <wens@csie.org>
      465a225f
    • Siarhei Siamashka's avatar
      ARM: sun4i: dt: Add new LinkSprite pcDuino2 board · d6f17def
      Siarhei Siamashka authored
      
      
      The LinkSprite pcDuino2 board is almost identical to the older
      LinkSprite pcDuino1 board according to the schematic pdf files.
      So we just include the existing "sun4i-a10-pcduino.dts" file and
      make the necessary adjustments.
      
      Signed-off-by: default avatarSiarhei Siamashka <siarhei.siamashka@gmail.com>
      Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
      d6f17def
  6. Oct 09, 2015
  7. Oct 08, 2015
  8. Oct 02, 2015
  9. Oct 01, 2015
  10. Sep 30, 2015
  11. Sep 29, 2015
    • Jelle de Jong's avatar
      ARM: dts: sun7i: Add dts file for Wits Pro A20 DKT · b5cf0022
      Jelle de Jong authored
      
      
      The Wits Pro A20 DKT is an A20 Development KiT with 1G RAM, 4G NAND,
      sdio wifi, 1Gbit ethernet, 1024x768 lcd screen with ft5x_ts touchscreen
      and a ton of IO connectors.
      
      Note there seem to be multiple sdcard slots on the board (4 in total), but
      other then mmc0 none of these are hooked up by default, there is a ton of
      dip-switches which likely allow hooking some of these up, but the
      documentation of the board only describes the use of a fraction of them,
      so for now we only support mmc0.
      
      Signed-off-by: default avatarJelle de Jong <jelledejong@powercraft.nl>
      [hdegoede@redhat.com: Use pwrseq instead of a regulator for the wifi-en pin]
      [hdegoede@redhat.com: Add support for OOB irq for the sdio wifi]
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
      b5cf0022
  12. Sep 28, 2015
  13. Sep 27, 2015
  14. Sep 17, 2015
  15. Sep 15, 2015
  16. Sep 14, 2015
  17. Sep 13, 2015
  18. Aug 15, 2015
  19. Aug 11, 2015
  20. Aug 08, 2015
  21. Aug 07, 2015
  22. Aug 06, 2015
  23. Jul 31, 2015