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
7 title: Marvell Bluetooth chips
8
9 description: |
10 This documents the binding structure and common properties for serial
11 attached Marvell Bluetooth devices.
12
13 maintainers:
14 - Rob Herring <robh@kernel.org>
15
16 properties:
17 compatible:
18 const: mrvl,88w8897
19
20 required:
21 - compatible
22
23 additionalProperties: false
24
25 examples:
26 - |
27 serial {
28 bluetooth {
29 compatible = "mrvl,88w8897";
30 };
31 };
Cache object: 75e330d72c9449119ee7b852359d61fb
|