* JohnDeere Vehicleserver (based on pm520 board by microsys)
devicetree file
* Copyright 2006 Pengutronix
* Luotao Fu [off-list ref]
You removed the original copyright notice, please don't;
it might even be illegal to do so, depending on where
you live/work. Just add your own, don't remove the original.
interrupt-map = <8000 0 0 1 500 1 1 3 // e100, 10.0
8000 0 0 2 500 1 1 3
8000 0 0 3 500 1 1 3
8000 0 0 4 500 1 1 3
8000 is device 16, not 10
8800 0 0 1 500 1 0 3 // usb 11.0, 11.1, 11.2
8800 0 0 2 500 1 2 3
8800 0 0 3 500 1 3 3
8800 0 0 4 500 0 0 3>;
and 8800 is device 17
Your tree looks reasonable otherwise, I didn't look at
the details though.
Hope that helps,
Segher