| 12345678910111213141516171819202122232425 |
- # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
- %YAML 1.2
- ---
- $id: http://devicetree.org/schemas/net/bluetooth/qcom,bluetooth-common.yaml#
- $schema: http://devicetree.org/meta-schemas/core.yaml#
- title: Qualcomm Bluetooth Common Properties
- maintainers:
- - Balakrishna Godavarthi <quic_bgodavar@quicinc.com>
- - Rocky Liao <quic_rjliao@quicinc.com>
- properties:
- firmware-name:
- minItems: 1
- items:
- - description: specify the name of nvm firmware to load
- - description: specify the name of rampatch firmware to load
- qcom,local-bd-address-broken:
- type: boolean
- description:
- boot firmware is incorrectly passing the address in big-endian order
- additionalProperties: true
|