bmips: add support for SmartRG SR505n
authorKyle Hendry <kylehendrydev@gmail.com>
Sun, 18 Feb 2024 20:26:38 +0000 (12:26 -0800)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Sun, 10 Mar 2024 19:26:07 +0000 (20:26 +0100)
commit1a6954337634474e6c42dec6023daa7af1d52432
treee7e1870834b700f6c88f02144e81b2a52dd7a7c3
parentce1138867c4b4843e945ccd97144ccf4feeca1d0
bmips: add support for SmartRG SR505n

Specifications:
- SoC: Broadcom BCM63168 dual 400MHz MIPS
- Flash: 16MB SPI NOR W25Q128WFG
- RAM: 128MB DDR3 W631GG6KB-15
- Ethernet: 1x 1000M, 3x 100M
- Wifi: BCM435F
- 1x USB 2.0 port
- 3x Button
- 12x LED

Flashing via serial
- Connect to the 3.3V TTL UART on the board
  (J6 pinout Vcc Rx Tx Gnd) at 115200-8-N-1
- Press any key in the serial console when powering up the board to enter
  the CFE prompt
- Configure an interface on your workstation to static IP 192.168.1.100
  and connect it to the board
- Start a TFTP server with the firmware image
- On the CFE prompt, enter the command
  "f 192.168.1.100:openwrt-bmips-bcm63268-smartrg_sr505n-squashfs-cfe.bin"

Signed-off-by: Kyle Hendry <kylehendrydev@gmail.com>
[Remove unneeded LED labels]
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
target/linux/bmips/bcm63268/base-files/etc/board.d/01_leds
target/linux/bmips/bcm63268/base-files/etc/board.d/02_network
target/linux/bmips/dts/bcm63168-smartrg-sr505n.dts [new file with mode: 0644]
target/linux/bmips/image/bcm63268.mk