diff options
| author | Lukas Schmid <[email protected]> | 2025-06-10 07:38:55 +0200 |
|---|---|---|
| committer | Andre Przywara <[email protected]> | 2025-10-27 11:12:01 +0000 |
| commit | bf9636ef36a6ba101b886c8298e479af718ab432 (patch) | |
| tree | 14b610d6972b2125cd41e9ce43a84c990d100472 /board/sunxi | |
| parent | 951c5a29644759d8d9c9e670559c2ad6754ed2e7 (diff) | |
sunxi: add support for NetCube Systems Kumquat
NetCube Systems Kumquat is a board based on the Allwinner V3s SoC,
including:
- 64MB DDR2 included in SoC
- 10/100 Mbps Ethernet
- USB-C DRD
- Audio Codec
- Isolated CAN-FD
- ESP32 over SDIO
- 8MB SPI-NOR Flash for bootloader
- I2C EEPROM for MAC addresses
- SDIO Connector for eMMC or SD-Card
- 8x 12/24V IOs, 4x normally open relays
- DS3232 RTC with Battery Backup
- QWIIC connectors for external I2C devices
Signed-off-by: Lukas Schmid <[email protected]>
Reviewed-by: Andre Przywara <[email protected]>
Signed-off-by: Andre Przywara <[email protected]>
Diffstat (limited to 'board/sunxi')
| -rw-r--r-- | board/sunxi/MAINTAINERS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index 897f4009b29..c52e8a34c85 100644 --- a/board/sunxi/MAINTAINERS +++ b/board/sunxi/MAINTAINERS @@ -408,6 +408,11 @@ M: Jagan Teki <[email protected]> S: Maintained F: configs/nanopi_a64_defconfig +NETCUBE KUMQUAT BOARD +M: Lukas Schmid <[email protected]> +S: Maintained +F: configs/netcube_kumquat_defconfig + NINTENDO NES CLASSIC EDITION BOARD M: FUKAUMI Naoki <[email protected]> S: Maintained |
