[PATCH 2/3] sbc8548: Add device tree source for Wind River SBC8548 board

Kumar Gala galak at kernel.crashing.org
Sat Dec 22 02:33:59 EST 2007


On Dec 21, 2007, at 12:43 AM, Paul Gortmaker wrote:

> This adds the device tree source for the Wind River SBC8548 board.   
> The
> biggest difference between this and the MPC8548CDS reference platform
> is the absence of the CDS's Arcadia peripherals and physical access  
> to PCI#2.
>
> Signed-off-by: Paul Gortmaker <paul.gortmaker at windriver.com>
> ---
> arch/powerpc/boot/dts/sbc8548.dts |  242 ++++++++++++++++++++++++++++ 
> +++++++++
> 1 files changed, 242 insertions(+), 0 deletions(-)
>
> diff --git a/arch/powerpc/boot/dts/sbc8548.dts b/arch/powerpc/boot/ 
> dts/sbc8548.dts
> new file mode 100644
> index 0000000..e63ed20
> --- /dev/null
> +++ b/arch/powerpc/boot/dts/sbc8548.dts
> @@ -0,0 +1,242 @@
> +/*
> + * SBC8548 Device Tree Source
> + *
> + * Copyright 2007 Wind River Systems Inc.
> + *
> + * Paul Gortmaker (see MAINTAINERS for contact information)
> + *
> + * 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 = "SBC8548";
> +	compatible = "SBC8548";
> +	#address-cells = <1>;
> +	#size-cells = <1>;

mind looking at converting this to a dts-v1 format?

- k



More information about the Linuxppc-dev mailing list