|
@@ -6,7 +6,8 @@ Required properties:
|
|
- spi-max-frequency: maximal bus speed, should be set to 7500000 depends
|
|
- spi-max-frequency: maximal bus speed, should be set to 7500000 depends
|
|
sync or async operation mode
|
|
sync or async operation mode
|
|
- reg: the chipselect index
|
|
- reg: the chipselect index
|
|
- - interrupts: the interrupt generated by the device
|
|
|
|
|
|
+ - interrupts: the interrupt generated by the device. Non high-level
|
|
|
|
+ can occur deadlocks while handling isr.
|
|
|
|
|
|
Optional properties:
|
|
Optional properties:
|
|
- reset-gpio: GPIO spec for the rstn pin
|
|
- reset-gpio: GPIO spec for the rstn pin
|
|
@@ -20,7 +21,7 @@ Example:
|
|
compatible = "atmel,at86rf231";
|
|
compatible = "atmel,at86rf231";
|
|
spi-max-frequency = <7500000>;
|
|
spi-max-frequency = <7500000>;
|
|
reg = <0>;
|
|
reg = <0>;
|
|
- interrupts = <19 1>;
|
|
|
|
|
|
+ interrupts = <19 4>;
|
|
interrupt-parent = <&gpio3>;
|
|
interrupt-parent = <&gpio3>;
|
|
xtal-trim = /bits/ 8 <0x06>;
|
|
xtal-trim = /bits/ 8 <0x06>;
|
|
};
|
|
};
|