ath79: Port PowerCloud Systems CR5000 support
authorDaniel F. Dickinson <cshored@thecshore.com>
Fri, 20 Jul 2018 20:52:46 +0000 (16:52 -0400)
committerJohn Crispin <john@phrozen.org>
Mon, 30 Jul 2018 08:43:31 +0000 (10:43 +0200)
commit4b93cbd17269409b22e4ba9cf5d6f8be86e4fadb
tree0028b1c2c7346dc6fa63f89787d0ce701a709c7a
parent296ae7ab89c179ff39feff973000fcb864754df7
ath79: Port PowerCloud Systems CR5000 support

Add ath79 arch support for PowerCloud Systems CR5000.  Previously
supported under ar71xx (however there are some errors in that support;
to be fixed shortly).

Info:

* This board is based on the Atheros DB120 reference design, but doesn't
  use the on-board switch.  Instead it attachs GMAC0 to an AR8327 switch.
* It only uses GMAC0 and the WAN is simply a VLAN in the stock firmware.
* It has 64MB RAM and 8MB flash.
* In the dts version we get rid of using 'open-drain' for the AR8327
  LED controls.
* As with the platform data version we disable JTAG as this conflicts
  with one of the pair of GPIO's required for the power/status LED
  (GPIO2 and GPIO4 are used for this LED).
* The pcie card wifi has an EEPROM but gets it's MAC address from
  the ART partition.
* The SoC wifi (2.4 GHz) is all from the ART.
* The USB is support comes from the SoC.

NB. This is actually an AR9342 rather than AR9344 but we use the 9344
definitions because there are no relevant differences for this board.

NB: Building only images that don't support reverting to the old
cloud-based firmware as the Skydog cloud service for the CR5000 no
longer exists.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
target/linux/ath79/base-files/etc/board.d/01_leds
target/linux/ath79/base-files/etc/board.d/02_network
target/linux/ath79/dts/ar9344_pcs_cr5000.dts [new file with mode: 0644]
target/linux/ath79/image/generic.mk