DTS question
    Sean MacLennan 
    smaclennan at pikatech.com
       
    Fri Mar 21 16:09:41 EST 2008
    
    
  
On Thu, 20 Mar 2008 22:34:21 -0600
"Grant Likely" <grant.likely at secretlab.ca> wrote:
> Convention is to use the stock ticker symbol.  If the company is
> private and has no stock ticker symbol, then the company name should
> be used.
I didn't know that. ADI it is then.
IIC0: i2c at ef600700 {
	compatible = "ibm,iic-440ep", "ibm,iic-440gp", "ibm,iic";
	reg = <ef600700 14>;
	interrupt-parent = <&UIC0>;
	interrupts = <2 4>;
	index = <0>;
	#address-cells = <1>;
	#size-cells = <0>;
	ad7414 at 4a {
		compatible = "adi,ad7414";
		reg = <4a>;
		interrupts = <19 8>;
		interrupt-parent = <&UIC0>;
	};
};
Cheers,
  Sean
    
    
More information about the Linuxppc-dev
mailing list