On Oct 18, 2007, at 10:04 AM, Li Yang wrote: > Signed-off-by: Li Yang <[EMAIL PROTECTED]> > --- > arch/powerpc/boot/dts/mpc8377_mds.dts | 282 ++++++++++++++++++++++ > +++++++++ > arch/powerpc/boot/dts/mpc8378_mds.dts | 264 ++++++++++++++++++++++ > +++++++ > arch/powerpc/boot/dts/mpc8379_mds.dts | 300 ++++++++++++++++++++++ > +++++++++++ > 3 files changed, 846 insertions(+), 0 deletions(-) > create mode 100644 arch/powerpc/boot/dts/mpc8377_mds.dts > create mode 100644 arch/powerpc/boot/dts/mpc8378_mds.dts > create mode 100644 arch/powerpc/boot/dts/mpc8379_mds.dts > > diff --git a/arch/powerpc/boot/dts/mpc8377_mds.dts b/arch/powerpc/ > boot/dts/mpc8377_mds.dts > new file mode 100644 > index 0000000..154d18b > --- /dev/null > +++ b/arch/powerpc/boot/dts/mpc8377_mds.dts > @@ -0,0 +1,282 @@ > +/* > + * MPC8377E MDS Device Tree Source > + * > + * Copyright 2007 Freescale Semiconductor Inc. > + * > + * This program is free software; you can redistribute it and/or > modify it > + * under the terms of the GNU General Public License as > published by the > + * Free Software Foundation; either version 2 of the License, or > (at your > + * option) any later version. > + */ > + > +/ { > + model = "fsl,mpc8377emds"; > + compatible = "fsl,mpc8377emds","fsl,mpc837xmds"; > + #address-cells = <1>; > + #size-cells = <1>; > + > + cpus { > + #address-cells = <1>; > + #size-cells = <0>; > + > + PowerPC,[EMAIL PROTECTED] { > + device_type = "cpu"; > + reg = <0>; > + d-cache-line-size = <20>; > + i-cache-line-size = <20>; > + d-cache-size = <8000>; // L1, 32K > + i-cache-size = <8000>; // L1, 32K > + timebase-frequency = <0>; > + bus-frequency = <0>; > + clock-frequency = <0>; > + }; > + }; > + > + memory { > + device_type = "memory"; > + reg = <00000000 20000000>; // 512MB at 0 > + }; > + > + [EMAIL PROTECTED] { > + #address-cells = <1>; > + #size-cells = <1>; > + device_type = "soc"; > + ranges = <0 e0000000 00100000>; > + reg = <e0000000 00000200>; > + bus-frequency = <0>; > + > + [EMAIL PROTECTED] { > + compatible = "mpc83xx_wdt"; > + reg = <200 100>; > + }; > + > + [EMAIL PROTECTED] {
still missing #address-cell & #size-cells > + device_type = "i2c"; > + compatible = "fsl-i2c"; > + reg = <3000 100>; > + interrupts = <e 8>; > + interrupt-parent = < &ipic >; > + dfsrr; > + }; > + > + [EMAIL PROTECTED] { still missing #address-cell & #size-cells > + device_type = "i2c"; > + compatible = "fsl-i2c"; > + reg = <3100 100>; > + interrupts = <f 8>; > + interrupt-parent = < &ipic >; > + dfsrr; > + }; > + > + [EMAIL PROTECTED] { > + compatible = "fsl_spi"; > + reg = <7000 1000>; > + interrupts = <10 8>; > + interrupt-parent = < &ipic >; > + mode = "spi"; mode = "cpu" > + }; - k _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev