Searched +full:bk4 +full:- +full:spi (Results 1 – 2 of 2) sorted by relevance
1 // 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 …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * Simple synchronous userspace interface to SPI devices6 * 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 duplex37 * SPI has a character major number assigned. We allocate minor numbers41 * particular SPI bus or device.54 * - CS_HIGH ... this device will be active when it shouldn't be[all …]