
23 Jan
2017
23 Jan
'17
4:56 p.m.
On Mon, Jan 23, 2017 at 02:39:16PM +0100, Marcin Niestroj wrote:
chiliBoard is a development board which uses chiliSOM as its base.
Hardware specification:
- chiliSOM (TI AM335x, DRAM, NAND)
- Ethernet PHY (id 0)
- USB host (usb1)
- MicroSD slot (mmc0)
Signed-off-by: Marcin Niestroj m.niestroj@grinn-global.com
[snip]
+++ b/include/configs/chiliboard.h @@ -0,0 +1,230 @@ +/*
- chiliboard.h
- Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
- Copyright (C) 2017 Grinn - http://grinn-global.com/
- This program is free software; you can redistribute it and/or
- modify it under the terms of the GNU General Public License as
- published by the Free Software Foundation version 2.
- This program is distributed "as is" WITHOUT ANY WARRANTY of any
- kind, whether express or implied; without even the implied warranty
- of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- */
Need to convert to the SPDX header format here, thanks!
--
Tom