Hi 
<br />
<br />I have following queries about DTS parsing and kernel bus support. I would really appreciate any help.
<br />
<br />I have a PowerPC 440 core based board. We are porting Linux kernel – 2.6.31.
<br />
<br />1) For other PowerPC 4xx based boards, what we found is devices like UART/I2C/GPIO are connected through PLB-&gt;OPB buses. Accordingly we specify the node structure inside a dts file. Does kernel uses the actual path to locate a node e.g. /plb/opb/i2c? or it uses the compatible property to locate a node?
<br />
<br />2)In case of our board, instead of OPB and EBC we have buses like AI and APB. So our DTS node struct for UART looks like /plb/ai/apb/serial. For this do we need to add any extra support in kernel in order to recognize the devices on AI and APB buses? Similar question for Flash device. It’s on the path /plb/ai/flash. 
<br />I need to access UART/I2C/GPIO/Flash devices over AI and APB bus. PLB is connected to AI bus. AI is further connected to APB.
<br />
<br />3) Do we need to add extra support for AI/APB bus in kernel?
<br />
<br />Thanks,
<br />Vinayak