aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/Makefile
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2014-11-07 12:47:13 -0500
committerTony Lindgren <tony@atomide.com>2014-11-12 10:04:37 -0500
commit5a0f93c6576a83d8d07c1b569641934294439ac0 (patch)
tree8f5229d7b8c26aab6bac3e7d5040431021b56f81 /arch/arm/boot/dts/Makefile
parentd565b5f4e50bfbb93408afb0502176021759bcd2 (diff)
ARM: dts: Add am57xx-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 (1920x1080@60), separate LCD port, video In port, 4GB eMMC, uSD, Analog audio in/out, dual 1G Ethernet. For more information, refer to: BeagleBoard-X15 Wiki: http://www.elinux.org/Beagleboard:BeagleBoard-X15 AM5728 is part of the Sitara product family whose additional details will be available: http://www.ti.com/lsds/ti/arm/overview.page Technical Reference Manual for AM5728 is public domain at: http://www.ti.com/lit/spruhz6 Just add basic support for the moment, the following updates are needed: i) Ethernet - depends on SoC dts fixes ii) USB Client (USB2) - depends on GPIO extcon ii) HDMI - additional driver fixes pending iii) Audio - additional driver fixes pending NOTE: AM5728 Data Manual (SPRS915L - August 2014) section 4.1.1 states: "All unused power supply balls must be supplied with the voltages specified in the Section 5.2, Recommended Operating Conditions". This implies that all unused voltage rails for AM5728 can never be switched off even if the hardware blocks inside that voltage domain is unused. Switching off these unused rails may result in stability issues on other domains and increased leakage and power-on-hour impacts. Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Tom Rini <trini@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r--arch/arm/boot/dts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index fb192713e73b..a77cec87acbd 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -349,6 +349,7 @@ dtb-$(CONFIG_SOC_OMAP5) += omap5-cm-t54.dtb \
349 omap5-sbc-t54.dtb \ 349 omap5-sbc-t54.dtb \
350 omap5-uevm.dtb 350 omap5-uevm.dtb
351dtb-$(CONFIG_SOC_DRA7XX) += dra7-evm.dtb \ 351dtb-$(CONFIG_SOC_DRA7XX) += dra7-evm.dtb \
352 am57xx-beagle-x15.dtb \
352 dra72-evm.dtb 353 dra72-evm.dtb
353dtb-$(CONFIG_ARCH_ORION5X) += orion5x-lacie-d2-network.dtb \ 354dtb-$(CONFIG_ARCH_ORION5X) += orion5x-lacie-d2-network.dtb \
354 orion5x-lacie-ethernet-disk-mini-v2.dtb \ 355 orion5x-lacie-ethernet-disk-mini-v2.dtb \