b.vigneshkumar wrote:
> Hi,
> 
> What does these two lines in DTS File.
> Can u let me know what this suppose to mean
> 
> [EMAIL PROTECTED] {
>         ........
>         rx-clock = <1>;
>         tx-clock = <1>;

These indicate which baud rate generator the serial port is attached to.

>                ........
>          interrupts = <1e 3>;
>                interrupt-parent = <&Cpm_pic>;

These indicate that the serial port uses interrupt 0x1e on the CPM PIC.

> Actually where can we get a better documentation for the DTS File? 

Documentation/powerpc/booting-without-of.txt

-Scott
_______________________________________________
Linuxppc-embedded mailing list
[email protected]
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

Reply via email to