mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
19 lines
417 B
Text
19 lines
417 B
Text
|
/*
|
||
|
* Copyright 2017
|
||
|
* Lukasz Majewski, DENX Software Engineering, lukma@denx.de
|
||
|
*
|
||
|
* 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 "imx6q.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Liebherr (LWN) display5 i.MX6 Quad Board";
|
||
|
compatible = "lwn,display5", "fsl,imx6q";
|
||
|
};
|