[RFC PATCH] ARM: initial DTS support for km_kirkwood
Andrew Lunn
andrew at lunn.ch
Mon Sep 3 13:56:00 EDT 2012
On Tue, Aug 28, 2012 at 01:56:16PM +0200, Valentin Longchamp wrote:
> This is a first attempt to support the km_kirkwood reference design with
> a device tree. This km_kirkwood design is present in many Keymile
> products. It is based on the Marvell Bobcat SOC which integrates a
> Kirkwood CPU next to a big L2 Ethernet Switch. The Kirkwood in the SOC
> is very similar to the "normal" one, but there are a few differences.
>
> This initial support is minimal: the kernel can boot with network
> (ge0), serial port and NAND functional.
>
> Signed-off-by: Valentin Longchamp <valentin.longchamp at keymile.com>
> Cc: Holger Brunck <holger.brunck at keymile.com>
> ---
> arch/arm/boot/dts/kirkwood-km_kirkwood.dts | 29 +++++++++++
> arch/arm/mach-kirkwood/Kconfig | 7 +++
> arch/arm/mach-kirkwood/Makefile | 1 +
> arch/arm/mach-kirkwood/Makefile.boot | 1 +
> arch/arm/mach-kirkwood/board-dt.c | 4 ++
> arch/arm/mach-kirkwood/board-km_kirkwood.c | 75 ++++++++++++++++++++++++++++
> arch/arm/mach-kirkwood/common.h | 6 ++
> 7 files changed, 123 insertions(+), 0 deletions(-)
> create mode 100644 arch/arm/boot/dts/kirkwood-km_kirkwood.dts
> create mode 100644 arch/arm/mach-kirkwood/board-km_kirkwood.c
>
> diff --git a/arch/arm/boot/dts/kirkwood-km_kirkwood.dts b/arch/arm/boot/dts/kirkwood-km_kirkwood.dts
> new file mode 100644
> index 0000000..60118d5
> --- /dev/null
> +++ b/arch/arm/boot/dts/kirkwood-km_kirkwood.dts
> @@ -0,0 +1,29 @@
> +/dts-v1/;
> +
> +/include/ "kirkwood.dtsi"
> +
> +/ {
> + model = "Keymile Kirkwood Reference Design";
> + compatible = "keymile,km_kirkwood", "marvell,kirkwood-88f6281", "marvell,kirkwood";
Hi Valentin.
The compatibility here should probably be
marvell,kirkwood-98DX4122
not marvell,kirkwood-88f6281, just to make it clear we are not talking
about a normal kirkwood SoC, but a kirkwood embedded inside a
98DX4122.
Thanks
Andrew
More information about the linux-arm-kernel
mailing list