Merge tag '9p-for-5.3' of git://github.com/martinetd/linux
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / net / marvell-bluetooth.txt
1 Marvell Bluetooth Chips
2 -----------------------
3
4 This documents the binding structure and common properties for serial
5 attached Marvell Bluetooth devices. The following chips are included in
6 this binding:
7
8 * Marvell 88W8897 Bluetooth devices
9
10 Required properties:
11  - compatible: should be:
12     "mrvl,88w8897"
13
14 Optional properties:
15 None so far
16
17 Example:
18
19 &serial0 {
20         compatible = "ns16550a";
21         ...
22         bluetooth {
23                 compatible = "mrvl,88w8897";
24         };
25 };