1# Copyright 2024 Ian Morris 2# SPDX-License-Identifier: Apache-2.0 3 4description: | 5 Extension of the Bluetooth H:4 HCI driver for a Renesas DA1453x based 6 controller, allowing control of the GPIO used to reset the DA1453x. 7 8compatible: "renesas,bt-hci-da1453x" 9 10include: base.yaml 11 12properties: 13 reset-gpios: 14 type: phandle-array 15 description: | 16 This gpio is used to reset the DA1453x. 17 18 reset-assert-duration-ms: 19 type: int 20 description: | 21 Minimum duration to activate the reset-gpios pin. 22 If not specified no delay beyond the code path execution time is guaranteed. 23 24 boot-duration-ms: 25 type: int 26 default: 200 27 description: | 28 Minimum time to wait for the DA1453x to boot following a hardware reset. 29