]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: imx: add i.MX6SLL EVK board support
authorPeng Fan <peng.fan@nxp.com>
Sun, 11 Dec 2016 11:24:37 +0000 (19:24 +0800)
committerStefano Babic <sbabic@denx.de>
Fri, 16 Dec 2016 10:38:24 +0000 (11:38 +0100)
commit47f73504d8a826a7a0c54aed974ff5457aa4c8b8
tree0954ef8347162fa0f82edbc888d0313ef83a853e
parent3445373691bae4f2000b26df091a406f395df01d
arm: imx: add i.MX6SLL EVK board support

Add i.MX6SLL EVK board support.
1. Add imx6sll-evk device tree.
2. Enable SDHC/I2C/UART.
3. Enable REGULATOR/PMIC/I2C/GPIO/SDHC/PINCTRL driver.

Boot Log:
U-Boot 2016.11-00127-gc635871-dirty (Nov 24 2016 - 13:28:19 +0800)

CPU:   Freescale i.MX6SLL rev1.0 at 792MHz
CPU:   Commercial temperature grade (0C to 95C)Reset cause: POR
Model: Freescale i.MX6SLL EVK Board
Board: MX6SLL EVK
DRAM:  2 GiB
i2c bus 0 at 35258368, no gpio pinctrl state.
PMIC: PFUZE100! DEV_ID=0x10 REV_ID=0x21
MMC:   FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
In:    serial
Out:   serial
Err:   serial
Net:   CPU Net Initialization Failed
No ethernet found.
Hit any key to stop autoboot:  0

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx6/Kconfig
arch/arm/dts/Makefile
arch/arm/dts/imx6sll-evk.dts [new file with mode: 0644]
board/freescale/mx6sllevk/Kconfig [new file with mode: 0644]
board/freescale/mx6sllevk/Makefile [new file with mode: 0644]
board/freescale/mx6sllevk/imximage.cfg [new file with mode: 0644]
board/freescale/mx6sllevk/mx6sllevk.c [new file with mode: 0644]
configs/mx6sllevk_defconfig [new file with mode: 0644]
include/configs/mx6sllevk.h [new file with mode: 0644]