diff options
author | Felipe Balbi <balbi@ti.com> | 2014-11-10 14:02:44 -0600 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-12-04 11:04:39 -0500 |
commit | 1e4ad74b875f4da91193afffb0bb0db90ec7b886 (patch) | |
tree | a93469164e4d9059f8de121e0c397b9591bcb260 /configs/beagle_x15_defconfig | |
parent | d11ac4b56d993153f9d72208809060f3b6c9af76 (diff) |
beagle_x15: add board support for Beagle x15
BeagleBoard-X15 is the next generation Open Source
Hardware BeagleBoard based on TI's AM5728 SoC
featuring dual core 1.5GHZ A15 processor. The
platform features 2GB DDR3L (w/dual 32bit busses),
eSATA, 3 USB3.0 ports, integrated HDMI (1920x108@60),
separate LCD port, video In port, 4GB eMMC, uSD,
Analog audio in/out, dual 1G Ethernet.
For more information, refer to:
http://www.elinux.org/Beagleboard:BeagleBoard-X15
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'configs/beagle_x15_defconfig')
-rw-r--r-- | configs/beagle_x15_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/beagle_x15_defconfig b/configs/beagle_x15_defconfig new file mode 100644 index 00000000000..872ab63bdd5 --- /dev/null +++ b/configs/beagle_x15_defconfig @@ -0,0 +1,5 @@ +CONFIG_SPL=y +CONFIG_SYS_EXTRA_OPTIONS="CONS_INDEX=3" ++S:CONFIG_ARM=y ++S:CONFIG_OMAP54XX=y ++S:CONFIG_TARGET_BEAGLE_X15=y |