diff options
Diffstat (limited to '')
-rw-r--r-- | arch/arm/boot/dts/omap3-devkit8000.dts | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-devkit8000.dts b/arch/arm/boot/dts/omap3-devkit8000.dts new file mode 100644 index 000000000..40ac89482 --- /dev/null +++ b/arch/arm/boot/dts/omap3-devkit8000.dts @@ -0,0 +1,19 @@ +/* + * Author: Anthoine Bourgeois <anthoine.bourgeois@gmail.com> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ +/dts-v1/; + +#include "omap3-devkit8000-common.dtsi" +/ { + model = "TimLL OMAP3 Devkit8000"; + compatible = "timll,omap3-devkit8000", "ti,omap3"; + + aliases { + display1 = &dvi0; + display2 = &tv0; + }; +}; |