Hi,
I am working on the mangoh, we have already generated a linux with Legato-Dist-Source-mdm9x15-15.08.0.Beta.tar.bz2. I have also updated the firmware of the mangoh.
And now I would like to customize the image by activating or disabling devices/bus as SPI or UART. Yocto build an image based on the kernel 3.4 so there is not the devicetree.
- So my question is, how and where can we customize our image without devicetree ?
 
On WP85 pinout we can see:
51	Core	SPI1	SPI1_MRDY
52	Core	SPI1	SPI1_MISO
53	Core	SPI1	SPI1_CLK
54	Core	SPI1	SPI1_MOSI
and :
92	Extension	SPI2	Reserved
93	Extension	SPI2	Reserved
94	Extension	SPI2	Reserved
95	Extension	SPI2	Reserved
- Which spi is used on the legato linux distribution when we have /dev/sierra_spi and where the attribution of those pins are done in the kernel ?
 
Thanks.
Best regards.