Lines Matching +full:hci +full:- +full:muxed
4 - compatible: Should be:
5 - "marvell,nfc-uart" or "mrvl,nfc-uart" for UART devices
6 - "marvell,nfc-i2c" for I2C devices
7 - "marvell,nfc-spi" for SPI devices
10 - pinctrl-names: Contains only one value - "default".
11 - pintctrl-0: Specifies the pin control groups used for this controller.
12 - reset-n-io: Output GPIO pin used to reset the chip (active low).
13 - hci-muxed: Specifies that the chip is muxing NCI over HCI frames.
15 Optional UART-based chip specific properties:
16 - flow-control: Specifies that the chip is using RTS/CTS.
17 - break-control: Specifies that the chip needs specific break management.
19 Optional I2C-based chip specific properties:
20 - i2c-int-falling: Specifies that the chip read event shall be trigged on
22 - i2c-int-rising: Specifies that the chip read event shall be trigged on
25 Example (for ARM-based BeagleBoard Black with 88W8887 on UART5):
30 compatible = "marvell,nfc-uart";
32 reset-n-io = <&gpio3 16 0>;
34 hci-muxed;
35 flow-control;
40 Example (for ARM-based BeagleBoard Black with 88W8887 on I2C1):
43 clock-frequency = <400000>;
46 compatible = "marvell,nfc-i2c";
51 interrupt-parent = <&gpio3>;
55 i2c-int-rising;
58 reset-n-io = <&gpio3 19 0>;
63 Example (for ARM-based BeagleBoard Black on SPI0):
68 compatible = "marvell,nfc-spi";
73 spi-max-frequency = <3000000>;
74 spi-cpha;
75 spi-cpol;
78 interrupt-parent = <&gpio1>;
82 reset-n-io = <&gpio3 19 0>;