[PATCH] [82xx] powerpc: Add support for mpc8247 based board MGCOGE from keymile.

Scott Wood scottwood at freescale.com
Fri Jun 13 01:32:15 EST 2008


On Thu, Jun 12, 2008 at 04:30:53AM +0400, Vitaly Bordug wrote:
> +			muram {
> +				#address-cells = <1>;
> +				#size-cells = <1>;
> +				ranges = <0 0 0x10000>;
> +
> +				data at 0 {
> +					compatible = "fsl,cpm-muram-data";
> +					reg = <0x80 0x1f80 0x9800 0x800>;
> +				};
> +			};

"fsl,cpm-muram" compatible on the muram node.

> +			/* Monitor port/SMC2 */
> +			smc2: serial at 11a90 {
> +				device_type = "serial";
> +				compatible = "fsl,mpc8247-smc-uart",
> +				             "fsl,cpm2-smc-uart";
> +				reg = <0x11a90 0x20 0x88fc 0x02>;
> +				interrupts = <5 8>;
> +				interrupt-parent = <&PIC>;
> +				fsl,cpm-brg = <2>;
> +				fsl,cpm-command = <0x21200000>;
> +				current-speed = <115200>;
> +			};

Shouldn't u-boot fill in the current speed?

-Scott



More information about the Linuxppc-dev mailing list