* Help: I will port amcc yucca board to denx kernel ARCH=powepc directory.How to config dts file?
@ 2008-01-30 0:11 jie han
2008-01-30 1:49 ` Josh Boyer
0 siblings, 1 reply; 2+ messages in thread
From: jie han @ 2008-01-30 0:11 UTC (permalink / raw)
To: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 1113 bytes --]
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: serial@f0000200 {
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/serial@f0000300";
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.
[-- Attachment #2: Type: text/html, Size: 2077 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-01-30 1:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-30 0:11 Help: I will port amcc yucca board to denx kernel ARCH=powepc directory.How to config dts file? jie han
2008-01-30 1:49 ` Josh Boyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).