Home
last modified time | relevance | path

Searched +full:bk4 +full:- +full:spi (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm/boot/dts/nxp/vf/
H A Dvf610-bk4.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
7 /dts-v1/;
11 model = "Liebherr BK4 controller";
12 compatible = "lwn,bk4", "fsl,vf610";
15 stdout-path = &uart1;
23 audio_ext: oscillator-audio {
24 compatible = "fixed-clock";
25 #clock-cells = <0>;
26 clock-frequency = <24576000>;
29 enet_ext: oscillator-ethernet {
[all …]
/linux/drivers/spi/
H A Dspidev.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Simple synchronous userspace interface to SPI devices
6 * Andrea Paterniani <a.paterniani@swapp-eng.it>
24 #include <linux/spi/spi.h>
25 #include <linux/spi/spidev.h>
31 * This supports access to SPI devices using normal userspace I/O calls.
33 * and often mask message boundaries, full SPI support requires full duplex
37 * SPI has a character major number assigned. We allocate minor numbers
41 * particular SPI bus or device.
54 * - CS_HIGH ... this device will be active when it shouldn't be
[all …]