[U-Boot-Users] [PATCH 03/04] Add Flat Dev Tree construction for MPC85xx ADS and CDS boards.
Nathan J. Williams
nathanw at wasabisystems.com
Tue Jan 17 19:08:01 CET 2006
Jon Loeliger <jdl at 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 at 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 at 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
More information about the U-Boot
mailing list