1Marvell Bluetooth Chips
2-----------------------
3
4This documents the binding structure and common properties for serial
5attached Marvell Bluetooth devices. The following chips are included in
6this binding:
7
8* Marvell 88W8897 Bluetooth devices
9
10Required properties:
11 - compatible: should be:
12    "mrvl,88w8897"
13
14Optional properties:
15None so far
16
17Example:
18
19&serial0 {
20	compatible = "ns16550a";
21	...
22	bluetooth {
23		compatible = "mrvl,88w8897";
24	};
25};
26