mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-26 20:44:32 +08:00
971488f114
Add support for the SolidRun Cubox-i devices. This commit adds similar basic support as the HummingBoard. Further devices will be supported in future patches. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
13 lines
210 B
Plaintext
13 lines
210 B
Plaintext
/*
|
|
* Copyright (C) 2014 Russell King
|
|
*/
|
|
/dts-v1/;
|
|
|
|
#include "imx6dl.dtsi"
|
|
#include "imx6qdl-cubox-i.dtsi"
|
|
|
|
/ {
|
|
model = "SolidRun Cubox-i Solo/DualLite";
|
|
compatible = "solidrun,cubox-i/dl", "fsl,imx6dl";
|
|
};
|