dts: Add bindings for the imx lcd display controller
Adds device tree bindings for the imx enhanced LCD interface (eLCDIF) controller. The compatible is reused from linux. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
bde3224c91
commit
19167a402b
2 changed files with 45 additions and 0 deletions
|
@ -180,6 +180,14 @@
|
|||
label = "PINMUX_0";
|
||||
};
|
||||
|
||||
lcdif1: display-controller@402b8000 {
|
||||
compatible = "fsl,imx6sx-lcdif";
|
||||
reg = <0x402b8000 0x4000>;
|
||||
interrupts = <42 0>;
|
||||
label = "ELCDIF_1";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
spi1: spi@40394000 {
|
||||
compatible = "nxp,imx-lpspi";
|
||||
reg = <0x40394000 0x4000>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue