Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
21 lines
538 B
Plaintext
21 lines
538 B
Plaintext
* MRF24J40 IEEE 802.15.4 *
|
|
|
|
Required properties:
|
|
- compatible: should be "microchip,mrf24j40", "microchip,mrf24j40ma",
|
|
or "microchip,mrf24j40mc" depends on your transceiver
|
|
board
|
|
- spi-max-frequency: maximal bus speed, should be set something under or equal
|
|
10000000
|
|
- reg: the chipselect index
|
|
- interrupts: the interrupt generated by the device.
|
|
|
|
Example:
|
|
|
|
mrf24j40ma@0 {
|
|
compatible = "microchip,mrf24j40ma";
|
|
spi-max-frequency = <8500000>;
|
|
reg = <0>;
|
|
interrupts = <19 8>;
|
|
interrupt-parent = <&gpio3>;
|
|
};
|