
17 Jan
2006
17 Jan
'06
7:08 p.m.
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