Lines Matching +full:orion +full:- +full:spi
1 // SPDX-License-Identifier: GPL-2.0-only
3 * Copyright 2012 (C), Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5 * arch/arm/mach-orion5x/board-dt.c
23 #include "bridge-regs.h"
27 OF_DEV_AUXDATA("marvell,orion-spi", 0xf1010600, "orion_spi.0", NULL),
28 OF_DEV_AUXDATA("marvell,mv64xxx-i2c", 0xf1011000, "mv64xxx_i2c.0",
30 OF_DEV_AUXDATA("marvell,orion-wdt", 0xf1020300, "orion_wdt", NULL),
31 OF_DEV_AUXDATA("marvell,orion-sata", 0xf1080000, "sata_mv.0", NULL),
32 OF_DEV_AUXDATA("marvell,orion-crypto", 0xf1090000, "mv_crypto", NULL),
42 printk(KERN_INFO "Orion ID: %s. TCLK=%d.\n", dev_name, orion5x_tclk); in orion5x_dt_init()
47 * Setup Orion address map in orion5x_dt_init()
56 printk(KERN_INFO "Orion: Applying 5281 D0 WFI workaround.\n"); in orion5x_dt_init()
60 if (of_machine_is_compatible("maxtor,shared-storage-2")) in orion5x_dt_init()
63 if (of_machine_is_compatible("lacie,d2-network")) in orion5x_dt_init()
75 /* Maintainer: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> */