diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-02-04 16:17:03 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2022-02-24 19:05:29 +0100 |
commit | 3e53eec58958b56c1be02d001f4b51dfb1714525 (patch) | |
tree | 3cf62b04d4318b6564e84bb630020a1cff532668 /target/linux/at91/base-files/etc | |
parent | e58cd453d58b20c6a6f34d3591640aa19aa14d25 (diff) | |
download | upstream-3e53eec58958b56c1be02d001f4b51dfb1714525.tar.gz upstream-3e53eec58958b56c1be02d001f4b51dfb1714525.tar.bz2 upstream-3e53eec58958b56c1be02d001f4b51dfb1714525.zip |
at91: add support for sama7g5-ek board
Add support for SAMA7G5-EK board.
Hardware:
- SoC: SAMA7G5
- RAM: Aliance Memory AS4C256M16D3LC (4 Gbit DDR3L)
- SD/MMC: 1 standard 4bit SD Card interface
- USB: 1 Micro-AB host/device, 1 Type-A host, 1 Type-C host
- CAN: 2 interfaces
- Ethernet: 10/100 port, 1Gbps port
- Wi-Fi/BT: 1 optional interface
- Audio: 1 SPDIF RX port, 1 SPDIF TX port, 4 digital microphones
- Camera: 1 RPi CSI camera interface
- Debug: 1 J-Link-OB + CDC, 1 JTAG
- LEDs: 1 RGB
- Buttons: 4 push buttons
- Expansions: 1 RPi Expansion connector, 2 mikroBUS connectors
- Power management: 1 power management IC, 1 power consumption
measurement device
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Diffstat (limited to 'target/linux/at91/base-files/etc')
-rw-r--r-- | target/linux/at91/base-files/etc/board.d/02_network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/at91/base-files/etc/board.d/02_network b/target/linux/at91/base-files/etc/board.d/02_network index 3e11f40b32..857417c7fd 100644 --- a/target/linux/at91/base-files/etc/board.d/02_network +++ b/target/linux/at91/base-files/etc/board.d/02_network @@ -8,7 +8,7 @@ board_config_update case "$(board_name)" in -atmel,sama5d3-xplained) +atmel,sama5d3-xplained|microchip,sama7g5ek) ucidef_set_interfaces_lan_wan "eth0" "eth1" ;; |