sunxi: add support for FriendlyARM NanoPi R1S H5
authorChukun Pan <amadeus@jmu.edu.cn>
Mon, 18 Oct 2021 04:20:03 +0000 (12:20 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 30 Oct 2021 19:17:20 +0000 (21:17 +0200)
commitfde68cb80941a60be93ece75e808b5b407d11cc8
tree35fa7d8756f4fc68c1589aa6a515854b4c9591ce
parente43eb16efe97a597a2ebaa9f549d1daec2c8c2ab
sunxi: add support for FriendlyARM NanoPi R1S H5

Specification:
  CPU: Allwinner H5, Quad-core Cortex-A53
  DDR3 RAM: 512MB
  Network: 10/100/1000M Ethernet x 2
  USB Host: Type-A x 1
  MicroSD Slot x 1
  MicroUSB: for power input
  Debug Serial Port: 3Pin pin-header
  LED: WAN, LAN, SYS
  KEY: Reset
  Power Supply: DC 5V/2A

Installation:
  Write the image to SD Card with dd.

Note:
  1. OpenWrt currently does not support LED_FUNCTION, change back to the
     previous practice (Consistent with NanoPi R1).
  2. Since the upstream commit https://github.com/torvalds/linux/bbc4d71
     ("net: phy: realtek: fix rtl8211e rx/tx delay config"), we need to
     change the phy-mode from rgmii to rgmii-id.
     So set phy-mode for 5.4 and 5.10 respectively.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
target/linux/sunxi/base-files/etc/board.d/01_leds
target/linux/sunxi/base-files/etc/board.d/02_network
target/linux/sunxi/cortexa53/config-5.10
target/linux/sunxi/cortexa53/config-5.4
target/linux/sunxi/image/cortexa53.mk
target/linux/sunxi/patches-5.10/101-sunxi-h5-add-support-for-nanopi-r1s-h5.patch [new file with mode: 0644]
target/linux/sunxi/patches-5.10/431-arm64-dts-allwinner-nanopi-r1s-h5-add-status-LED.patch [new file with mode: 0644]
target/linux/sunxi/patches-5.4/101-sunxi-h5-add-support-for-nanopi-r1s-h5.patch [new file with mode: 0644]
target/linux/sunxi/patches-5.4/431-arm64-dts-allwinner-nanopi-r1s-h5-add-status-LED.patch [new file with mode: 0644]