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"15 irq-gpios:16 type: phandle-array21 reset-gpios:22 type: phandle-array26 clkreq-gpios:27 type: phandle-array29 This clkreq gpio is used to send the XO32MHz clock request to host from
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 …]