mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
ARM: dts: imx35: add iim module to imx35.dtsi
This is a prerequisite to remove the static mappings for imx35 devicetree based machines. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
78eb28a86d
commit
f8979757f1
|
|
@ -309,6 +309,13 @@ can2: can@53fe8000 {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
iim@53ff0000 {
|
||||||
|
compatible = "fsl,imx35-iim";
|
||||||
|
reg = <0x53ff0000 0x4000>;
|
||||||
|
interrupts = <19>;
|
||||||
|
clocks = <&clks 80>;
|
||||||
|
};
|
||||||
|
|
||||||
usbotg: usb@53ff4000 {
|
usbotg: usb@53ff4000 {
|
||||||
compatible = "fsl,imx35-usb", "fsl,imx27-usb";
|
compatible = "fsl,imx35-usb", "fsl,imx27-usb";
|
||||||
reg = <0x53ff4000 0x0200>;
|
reg = <0x53ff4000 0x0200>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user