Searched +full:clkreq +full:- +full:gpios (Results 1 – 2 of 2) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.08 compatible: "ambiq,bt-hci-spi"10 include: [spi-device.yaml, bt-hci.yaml]17 irq-gpios:18 type: phandle-array23 reset-gpios:24 type: phandle-array28 clkreq-gpios:29 type: phandle-array31 This clkreq gpio is used to send the XO32MHz clock request to host from[all …]
1 /* SPDX-License-Identifier: Apache-2.0 */3 #include <arm/armv7-m.dtsi>6 #include <zephyr/dt-bindings/i2c/i2c.h>7 #include <zephyr/dt-bindings/gpio/gpio.h>11 uartclk: apb-pclk {12 compatible = "fixed-clock";13 clock-frequency = <DT_FREQ_M(24)>;14 #clock-cells = <0>;18 clock-frequency = <DT_FREQ_M(32)>;19 #clock-cells = <1>;[all …]