ARM: dts: imx6ul: Add weim node

Add weim node for i.MX6UL SOC.

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Sébastien Szymanski 2018-08-27 10:01:27 +02:00 committed by Shawn Guo
parent 31edaa6e7f
commit 3494cfb5e4
1 changed files with 11 additions and 0 deletions

View File

@ -918,6 +918,17 @@ mmdc: mmdc@21b0000 {
reg = <0x021b0000 0x4000>;
};
weim: weim@21b8000 {
#address-cells = <2>;
#size-cells = <1>;
compatible = "fsl,imx6ul-weim", "fsl,imx6q-weim";
reg = <0x021b8000 0x4000>;
interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clks IMX6UL_CLK_EIM>;
fsl,weim-cs-gpr = <&gpr>;
status = "disabled";
};
ocotp: ocotp-ctrl@21bc000 {
#address-cells = <1>;
#size-cells = <1>;