[PATCH 2/5] powerpc/fsl-booke: Add initial silicon device tree files for B4860 and B4420
Scott Wood
scottwood at freescale.com
Wed Apr 3 06:19:01 EST 2013
On 04/02/2013 02:16:05 AM, Shaveta Leekha wrote:
> +/ {
> + compatible = "fsl,B4860";
> +
> + cpus {
> + cpu1: PowerPC,e6500 at 1 {
> + device_type = "cpu";
> + reg = <2 3>;
> + next-level-cache = <&L2>;
> + };
> + cpu2: PowerPC,e6500 at 2 {
> + device_type = "cpu";
> + reg = <4 5>;
> + next-level-cache = <&L2>;
> + };
> + cpu3: PowerPC,e6500 at 3 {
> + device_type = "cpu";
> + reg = <6 7>;
> + next-level-cache = <&L2>;
> + };
The unit addresses need to match "reg".
-Scott
More information about the Linuxppc-dev
mailing list