diff options
Diffstat (limited to 'roms/u-boot/arch/arm/dts/omap4-panda.dts')
-rw-r--r-- | roms/u-boot/arch/arm/dts/omap4-panda.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/dts/omap4-panda.dts b/roms/u-boot/arch/arm/dts/omap4-panda.dts new file mode 100644 index 000000000..fb2f47717 --- /dev/null +++ b/roms/u-boot/arch/arm/dts/omap4-panda.dts @@ -0,0 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-only +/* + * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ + */ +/dts-v1/; + +#include "omap443x.dtsi" +#include "omap4-panda-common.dtsi" + +/ { + model = "TI OMAP4 PandaBoard"; + compatible = "ti,omap4-panda", "ti,omap4430", "ti,omap4"; +}; |