
On 11/08/13 19:34, Tom Rini wrote:
On Sun, Aug 11, 2013 at 09:31:00AM +0100, Mark Jackson wrote:
On 22/04/13 13:46, Mark Jackson wrote:
NanoBone Specification:
CPU: TI AM335x
Memory: 256MB DDR3 64MB NOR flash 256MB NAND flash 128KB FRAM
Ethernet: 2 x 10/100 connected to SMSC LAN8710 PHY
USB: 1 x USB2.0 Type A
I2C: 2Kbit EEPROM (Microchip 24AA02) RTC (Maxim DS1338) GPIO Expander (Microchip MCP23017)
Expansion connector: 6 x UART 1 x MMC/SD 1 x USB2.0
Signed-off-by: Mark Jackson mpfj@newflow.co.uk
Changes in v2:
- Tweaked after comments from Tom Rini
MAINTAINERS | 4 + board/newflow/nanobone/Makefile | 46 ++++++ board/newflow/nanobone/board.c | 304 +++++++++++++++++++++++++++++++++++++++ board/newflow/nanobone/board.h | 24 ++++ board/newflow/nanobone/mux.c | 203 ++++++++++++++++++++++++++ boards.cfg | 1 + include/configs/nanobone.h | 285 ++++++++++++++++++++++++++++++++++++ 7 files changed, 867 insertions(+) create mode 100644 board/newflow/nanobone/Makefile create mode 100644 board/newflow/nanobone/board.c create mode 100644 board/newflow/nanobone/board.h create mode 100644 board/newflow/nanobone/mux.c create mode 100644 include/configs/nanobone.h
Any chance this board can be added ?
I guess the email asking for you to re-send got lost, the copy in patchwork appears to be whitespace corrupted. Since you need to re-send anyhow (sorry) please update to use the SPDX tags now, thanks.
Hmmm ... nope, never got that one !!
I'll repost an updated patch.
Cheers