-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ieee802154-for-davem-2018-02-26' of git://git.kernel.or…
…g/pub/scm/linux/kernel/git/sschmidt/wpan-next Stefan Schmidt says: ==================== pull-request: ieee802154-next 2018-02-26 An update from ieee802154 for *net-next* Alexander corrected a setting which got lost during some 6lowpan rework a while back and Xue Liu provided us with a new driver for the MCR20A transceiver. If there are any issues let me know. If not, please pull. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information
Showing
7 changed files
with
1,956 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
Documentation/devicetree/bindings/net/ieee802154/mcr20a.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
* MCR20A IEEE 802.15.4 * | ||
|
||
Required properties: | ||
- compatible: should be "nxp,mcr20a" | ||
- spi-max-frequency: maximal bus speed, should be set to a frequency | ||
lower than 9000000 depends sync or async operation mode | ||
- reg: the chipselect index | ||
- interrupts: the interrupt generated by the device. Non high-level | ||
can occur deadlocks while handling isr. | ||
|
||
Optional properties: | ||
- rst_b-gpio: GPIO spec for the RST_B pin | ||
|
||
Example: | ||
|
||
mcr20a@0 { | ||
compatible = "nxp,mcr20a"; | ||
spi-max-frequency = <9000000>; | ||
reg = <0>; | ||
interrupts = <17 2>; | ||
interrupt-parent = <&gpio>; | ||
rst_b-gpio = <&gpio 27 1> | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.