1# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2%YAML 1.2 3--- 4$id: http://devicetree.org/schemas/net/bluetooth/qcom,bluetooth-common.yaml# 5$schema: http://devicetree.org/meta-schemas/core.yaml# 6 7title: Qualcomm Bluetooth Common Properties 8 9maintainers: 10 - Balakrishna Godavarthi <quic_bgodavar@quicinc.com> 11 - Rocky Liao <quic_rjliao@quicinc.com> 12 13properties: 14 firmware-name: 15 minItems: 1 16 items: 17 - description: specify the name of nvm firmware to load 18 - description: specify the name of rampatch firmware to load 19 20 qcom,local-bd-address-broken: 21 type: boolean 22 description: 23 boot firmware is incorrectly passing the address in big-endian order 24 25additionalProperties: true 26