Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at f2aeea57504cbbc58da3c59b939fc16150087648 31 lines 602 B view raw
1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: "http://devicetree.org/schemas/net/marvell-bluetooth.yaml#" 5$schema: "http://devicetree.org/meta-schemas/core.yaml#" 6 7title: Marvell Bluetooth chips 8 9description: | 10 This documents the binding structure and common properties for serial 11 attached Marvell Bluetooth devices. 12 13maintainers: 14 - Rob Herring <robh@kernel.org> 15 16properties: 17 compatible: 18 const: mrvl,88w8897 19 20required: 21 - compatible 22 23additionalProperties: false 24 25examples: 26 - | 27 serial { 28 bluetooth { 29 compatible = "mrvl,88w8897"; 30 }; 31 };