Skip to content

Commit b13b6d6

Browse files
NeerajSanjayKaleVudentz
authored andcommitted
dt-bindings: net: bluetooth: nxp: Add support to set BD address
Allow user to set custom BD address for NXP chipsets. Signed-off-by: Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
1 parent 998e447 commit b13b6d6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Documentation/devicetree/bindings/net/bluetooth/nxp,88w8987-bt.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ description:
1717
maintainers:
1818
- Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com>
1919

20+
allOf:
21+
- $ref: bluetooth-controller.yaml#
22+
2023
properties:
2124
compatible:
2225
enum:
@@ -53,7 +56,7 @@ properties:
5356
required:
5457
- compatible
5558

56-
additionalProperties: false
59+
unevaluatedProperties: false
5760

5861
examples:
5962
- |
@@ -66,5 +69,6 @@ examples:
6669
device-wakeup-gpios = <&gpio 11 GPIO_ACTIVE_HIGH>;
6770
nxp,wakein-pin = /bits/ 8 <18>;
6871
nxp,wakeout-pin = /bits/ 8 <19>;
72+
local-bd-address = [66 55 44 33 22 11];
6973
};
7074
};

0 commit comments

Comments
 (0)