OSDN Git Service

ARM: dts: Add am335x-bonegreen-wireless
authorRobert Nelson <robertcnelson@gmail.com>
Tue, 27 Dec 2016 17:58:37 +0000 (11:58 -0600)
committerTony Lindgren <tony@atomide.com>
Tue, 3 Jan 2017 23:58:00 +0000 (15:58 -0800)
commit9ea28a369198463714a06a124f7ce494c466e8bc
treefd6634a480b1f5b11174df107be2c589121f1cba
parenta0c2b618914005b2367e23c9f522c2fac12cef60
ARM: dts: Add am335x-bonegreen-wireless

SeeedStudio BeagleBone Green Wireless (BBGW) is an expansion of the
SeeedStudio Green (BBG) with the Ethernet replaced by a TI wl1835
wireless module.

This board can be indentified by the GW1x value after A335BNLT (BBB)
in the at24 eeprom:
GW1x [aa 55 33 ee 41 33 33 35  42 4e 4c 54 47 57 31 41  |.U3.A335BNLTGW1A|]

http://beagleboard.org/green-wireless
http://wiki.seeed.cc/BeagleBone_Green_Wireless/

firmware: https://github.com/beagleboard/beaglebone-black-wireless/tree/master/firmware
wl18xx mac address: Stored in at24 eeprom at address 5-16:
hexdump -e '8/1 "%c"' /sys/bus/i2c/devices/0-0050/eeprom | cut -b 5-16

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
CC: Tony Lindgren <tony@atomide.com>
CC: Jason Kridner <jkridner@beagleboard.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/Makefile
arch/arm/boot/dts/am335x-bonegreen-wireless.dts [new file with mode: 0644]