From 17e592049005f3f7e65429966b21b2d834f9c2f0 Mon Sep 17 00:00:00 2001 From: Sven Eckelmann Date: Mon, 23 Nov 2020 13:41:34 +0100 Subject: ath79: Add support for Plasma Cloud PA300E Device specifications: * Qualcomm/Atheros QCA9533 v2 * 650/600/217 MHz (CPU/DDR/AHB) * 64 MB of RAM * 16 MB of SPI NOR flash (mx25l12805d) - 2x 7 MB available; but one of the 7 MB regions is the recovery image * 2x 10/100 Mbps Ethernet * 2T2R 2.4 GHz Wi-Fi * multi-color LED (controlled via red/green/blue GPIOs) * 1x GPIO-button (reset) * external h/w watchdog (enabled by default) * TTL pins are on board (arrow points to VCC, then follows: GND, TX, RX) * 2x fast ethernet - eth0 + Label: Ethernet 1 + 24V passive POE (mode B) + used as WAN interface - eth1 + Label: Ethernet 2 + 802.3af POE + builtin switch port 2 + used as LAN interface * 12-24V 1A DC * external antennas Flashing instructions: The tool ap51-flash (https://github.com/ap51-flash/ap51-flash) should be used to transfer the factory image to the u-boot when the device boots up. Signed-off-by: Sven Eckelmann --- target/linux/ath79/dts/qca9533_plasmacloud_pa300e.dts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 target/linux/ath79/dts/qca9533_plasmacloud_pa300e.dts (limited to 'target/linux/ath79/dts') diff --git a/target/linux/ath79/dts/qca9533_plasmacloud_pa300e.dts b/target/linux/ath79/dts/qca9533_plasmacloud_pa300e.dts new file mode 100644 index 0000000000..1527a796bb --- /dev/null +++ b/target/linux/ath79/dts/qca9533_plasmacloud_pa300e.dts @@ -0,0 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT + +#include "qca9533_plasmacloud_pa300.dtsi" + +/ { + compatible = "plasmacloud,pa300e", "qca,qca9533"; + model = "Plasma Cloud PA300E"; +}; -- cgit v1.2.3