forked from Minki/linux
642f12b4c7
The extra serial port is not available on 34xx. And the current omap3-beagle.dts file is for omap3-beagle-xm.dts as it lists 512MB of memory. Please somebody submit a new omap3-beagle.dts for the original 34xx BeagleBoard after testing it properly. Cc: Benoit Cousson <b-cousson@ti.com> Cc: devicetree-discuss@lists.ozlabs.org Signed-off-by: Tony Lindgren <tony@atomide.com>
10 lines
374 B
Clojure
10 lines
374 B
Clojure
zreladdr-y += 0x80008000
|
|
params_phys-y := 0x80000100
|
|
initrd_phys-y := 0x80800000
|
|
|
|
dtb-$(CONFIG_SOC_OMAP2420) += omap2420-h4.dtb
|
|
dtb-$(CONFIG_ARCH_OMAP3) += omap3-beagle-xm.dtb omap3-evm.dtb omap3-tobi.dtb
|
|
dtb-$(CONFIG_ARCH_OMAP4) += omap4-panda.dtb omap4-pandaES.dtb
|
|
dtb-$(CONFIG_ARCH_OMAP4) += omap4-var_som.dtb omap4-sdp.dtb
|
|
dtb-$(CONFIG_SOC_OMAP5) += omap5-evm.dtb
|