openwrt/target/linux/mpc85xx/patches-5.15
Pawel Dembicki 95d5a99537 mpc85xx: add support for Aerohive BR200-WP
The following adds the Aerohive BR200-WP router to OpenWrt under
the mpc85xx/p1010 subtarget.

Hardware:
- SoC: Freescale P1011
- NOR: Intel JS28F512M29EWH 64MB
- Memory: 2x Nanya NT5TU64M16GG-AC 128MB (Total of 256MB)
- 2.4GHz WiFi: Atheros AR9390-AL1A
- Eth1: Atheros AR8035-A PoE
- 2x LEDs
- 1x Button
- PoE PSE

Flashing:
1. Hook into UART (9600 baud) and enter U-Boot. You may need to enter a
password of administrator or AhNf?d@ta06 if prompted.
2. Once in U-Boot, tftp boot the initramfs image:
   dhcp; setenv serverip 192.168.1.3;
   tftpboot 0x2004000 openwrt-mpc85xx-p1010-aerohive_br200-wp-initramfs-kernel.bin;
   bootm 0x2004000;
3. Once booted, scp over the sysupgrade file and sysupgrade the device
to flash LEDE to the NOR.

Note:

MAC assigns are taken from stock firmware:

Name        MAC addr      Mode       State Chan(Width) VLAN   Radio      Hive       SSID
-------- -------------- --------     ----- ----------- ---- ---------- ---------- ---------
Mgt0     08ea:44XX:XXc0    -           U     -            1     -        hive0        -
Eth0     08ea:44XX:XXc0 wan            U     -            -     -          -          -
Eth1     08ea:44XX:XXc2 access         D     -            -     -        hive0        -
Eth2     08ea:44XX:XXc3 access         D     -            -     -        hive0        -
Eth3     08ea:44XX:XXc4 access         D     -            -     -        hive0        -
Eth4     08ea:44XX:XXc5 access         D     -            -     -        hive0        -
Wifi0    08ea:44XX:XXd0 access         U     1(20MHz)     -  radio_ng0     -          -
Wifi0.1  08ea:44XX:XXd4 access         D     1(20MHz)     -  radio_ng0   hive0        -

Note2:
PoE PSE could be managed with `realtek-poe` package. Example port
config:

config port
        option enable   '1'
        option id       '4'
        option name     'lan2'
        option poe_plus '0'
        option priority '2'
config port
        option enable   '1'
        option id       '3'
        option name     'lan1'
        option poe_plus '0'
        option priority '1'

Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
(switch@0 -> switch@10, Device's quickstart says LEDs are
amber and white => add function+color properties but keep
labels around, use pr_info)
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
2023-05-14 00:08:35 +02:00
..
001-powerpc-85xx-add-gpio-keys-to-of-match-table.patch
100-powerpc-85xx-tl-wdr4900-v1-support.patch kernel: bump 5.15 to 5.15.75 2022-10-30 17:54:59 +01:00
101-powerpc-85xx-hiveap-330-support.patch
102-powerpc-add-cmdline-override.patch kernel: bump 5.15 to 5.15.68 2022-09-17 14:16:37 +02:00
103-powerpc-85xx-red-15w-rev1.patch kernel: bump 5.15 to 5.15.68 2022-09-17 14:16:37 +02:00
104-powerpc-mpc85xx-change-P2020RDB-dts-file-for-OpenWRT.patch
105-powerpc-85xx-panda-support.patch
106-powerpc-85xx-ws-ap3710i-support.patch
107-powerpc-85xx-add-ws-ap3825i-support.patch mpc85xx: use bootwrapper for ws-ap3825i 2023-03-20 22:21:22 +01:00
108-powerpc-85xx-firebox-t10-support.patch.patch mpc85xx: add support for Watchguard Firebox T10 2023-03-07 14:05:02 +01:00
109-powerpc-85xx-add-ws-ap3715i-support.patch mpc85xx: add support for Enterasys WS-AP3715i 2023-04-08 14:41:01 +02:00
110-powerpc-85xx-br200-wp-support.patch mpc85xx: add support for Aerohive BR200-WP 2023-05-14 00:08:35 +02:00
900-powerpc-bootwrapper-disable-uImage-generation.patch mpc85xx: add support for Aerohive BR200-WP 2023-05-14 00:08:35 +02:00