Lines Matching +full:cs +full:- +full:gpio
1 // SPDX-License-Identifier: GPL-2.0-only
3 * linux/arch/arm/mach-pxa/icontrol.c
6 * using the Embedian MXM-8x10 Computer on Module
10 * 2010-01-21 Hennie van der Merve <hvdmerwe@tmtservies.co.za>
16 #include <linux/gpio/machine.h>
18 #include <asm/mach-types.h>
69 PROPERTY_ENTRY_U32("clock-frequency", 16000000),
127 .name = "pxa2xx-spi",
135 .name = "pxa2xx-spi",
145 GPIO_LOOKUP_IDX("gpio-pxa", ICONTROL_MCP251x_nCS1, "cs", 0, GPIO_ACTIVE_LOW),
146 GPIO_LOOKUP_IDX("gpio-pxa", ICONTROL_MCP251x_nCS2, "cs", 1, GPIO_ACTIVE_LOW),
154 GPIO_LOOKUP_IDX("gpio-pxa", ICONTROL_MCP251x_nCS3, "cs", 0, GPIO_ACTIVE_LOW),
155 GPIO_LOOKUP_IDX("gpio-pxa", ICONTROL_MCP251x_nCS4, "cs", 1, GPIO_ACTIVE_LOW),
166 /* CAN CS lines */
209 MACHINE_START(ICONTROL, "iControl/SafeTcam boards using Embedian MXM-8x10 CoM")