mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 02:34:01 +08:00
40ecc02e57
Add support for CM-T3530 CoM and SBC-T3530 board. Signed-off-by: Dmitry Lifshitz <lifshitz@compulab.co.il> Signed-off-by: Tony Lindgren <tony@atomide.com>
13 lines
213 B
Plaintext
13 lines
213 B
Plaintext
/*
|
|
* Support for CompuLab CM-T3530
|
|
*/
|
|
/dts-v1/;
|
|
|
|
#include "omap34xx.dtsi"
|
|
#include "omap3-cm-t3x30.dtsi"
|
|
|
|
/ {
|
|
model = "CompuLab CM-T3530";
|
|
compatible = "compulab,omap3-cm-t3530", "ti,omap34xx", "ti,omap3";
|
|
};
|