mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 20:21:57 +00: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";
|
|
};
|