Re: [DNX#2006040142001525] [U-Boot-Users] [PATCH 03/04] Add Flat Dev Tree con [...]

Hello list,
inside the automatic U-Boot patch tracking system a new ticket [DNX#2006040142001525] was created:
<snip>
Jon Loeliger jdl@freescale.com writes:
diff --git a/board/mpc8560ads/oftree.dts b/board/mpc8560ads/oftree.dts new file mode 100644 index 0000000..4c10564 --- /dev/null +++ b/board/mpc8560ads/oftree.dts
...
serial@4500 {
device_type = "serial";
compatible = "ns16550";
reg = <4500 100>; // reg base, size
clock-frequency = <0>; // should we fill in in uboot?
interrupts = <1a 3>;
interrupt-parent = <40000>;
};
serial@4600 {
device_type = "serial";
compatible = "ns16550";
reg = <4600 100>; // reg base, size
clock-frequency = <0>; // should we fill in in uboot?
interrupts = <1a 3>;
interrupt-parent = <40000>;
};
Doesn't the 8560 have SCC serial ports only, and not a DUART?
- Nathan
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&da... _______________________________________________ U-Boot-Users mailing list U-Boot-Users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/u-boot-users
</snip>
Your U-Boot support team
participants (1)
-
DENX Support System