Hi all,
I want to port amcc yucca board denx linux kernel from ARCH=ppc to 
ARCH=powerpc. I used sequoia.dts for yucca baord demo device tree file.
I set uart0 as follow:
            UART0: [EMAIL PROTECTED] {
                   device_type = "serial";
                   compatible = "ns16550";
                   reg = <f0000200 8>;
                   virtual-reg = <f0000200>;
                   clock-frequency = <0>; /* Filled in by zImage */
                   current-speed = <1c200>;
                   interrupt-parent = <&UIC0>;
                   interrupts = <0 4>;
               };

    chosen {
        linux,stdout-path = "/plb/opb/[EMAIL PROTECTED]";
        bootargs = "console=ttyS0,115200";
    };

the other parts of dts file is same as sequoia.dts.
When I run kernel.the tlb entry setup is wrong,the physical addres should be 
4f0000200,but kernel calcuate is 1f0000200.I know yucca dts file isn't 
right.how can I fix it?Give me some advices,Thanks ahead,

Sincerely,

Jie



       
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
_______________________________________________
Linuxppc-embedded mailing list
[email protected]
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

Reply via email to