xref: /freebsd-src/sys/contrib/device-tree/Bindings/net/bluetooth/bluetooth-controller.yaml (revision 8bab661a3316d8bd9b9fbd11a3b4371b91507bd2)
1*8bab661aSEmmanuel Vadot# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
2*8bab661aSEmmanuel Vadot%YAML 1.2
3*8bab661aSEmmanuel Vadot---
4*8bab661aSEmmanuel Vadot$id: http://devicetree.org/schemas/net/bluetooth/bluetooth-controller.yaml#
5*8bab661aSEmmanuel Vadot$schema: http://devicetree.org/meta-schemas/core.yaml#
6*8bab661aSEmmanuel Vadot
7*8bab661aSEmmanuel Vadottitle: Bluetooth Controller Common Properties
8*8bab661aSEmmanuel Vadot
9*8bab661aSEmmanuel Vadotmaintainers:
10*8bab661aSEmmanuel Vadot  - Marcel Holtmann <marcel@holtmann.org>
11*8bab661aSEmmanuel Vadot  - Johan Hedberg <johan.hedberg@gmail.com>
12*8bab661aSEmmanuel Vadot  - Luiz Augusto von Dentz <luiz.dentz@gmail.com>
13*8bab661aSEmmanuel Vadot
14*8bab661aSEmmanuel Vadotproperties:
15*8bab661aSEmmanuel Vadot  $nodename:
16*8bab661aSEmmanuel Vadot    pattern: "^bluetooth(@.*)?$"
17*8bab661aSEmmanuel Vadot
18*8bab661aSEmmanuel Vadot  local-bd-address:
19*8bab661aSEmmanuel Vadot    $ref: /schemas/types.yaml#/definitions/uint8-array
20*8bab661aSEmmanuel Vadot    maxItems: 6
21*8bab661aSEmmanuel Vadot    description:
22*8bab661aSEmmanuel Vadot      Specifies the BD address that was uniquely assigned to the Bluetooth
23*8bab661aSEmmanuel Vadot      device. Formatted with least significant byte first (little-endian), e.g.
24*8bab661aSEmmanuel Vadot      in order to assign the address 00:11:22:33:44:55 this property must have
25*8bab661aSEmmanuel Vadot      the value [55 44 33 22 11 00].
26*8bab661aSEmmanuel Vadot
27*8bab661aSEmmanuel VadotadditionalProperties: true
28*8bab661aSEmmanuel Vadot
29*8bab661aSEmmanuel Vadot...
30