Adds support of IRDA transceiver residing on PowerQUICC processors and
enabling such on mpc885ads reference board. The driver is implemented=20
using of_device concept, hereby implies arch/powerpc support=20
of the target.
=20
Signed-off-by: Vitaly Bordug <redacted>
quoted hunk ↗ jump to hunk
diff --git a/arch/powerpc/boot/dts/mpc885ads.dts=20
b/arch/powerpc/boot/dts/mpc885ads.dts
index 110bf61..95b280c 100644
--- a/arch/powerpc/boot/dts/mpc885ads.dts
+++ b/arch/powerpc/boot/dts/mpc885ads.dts
@@ -178,6 +178,16 @@
interrupt-parent =3D <930>;
phy-handle =3D <e8002>;
};
+
+ scc@a20 {
+ device_type =3D "network";
+ compatible =3D "fsl,irda";
+ model =3D "SCC";
+ device-id =3D <2>;
+ reg =3D <a20 18 3d00 80>;
+ interrupts =3D <1d 3>;
+ interrupt-parent =3D <930>;
+ };
};
};
};
Any chance we could get an update to the booting-without-of.txt
for any of this?
Thanks,
jdl