We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 208a8b3 commit 0d3f294Copy full SHA for 0d3f294
dts/bindings/sensor/brcm,afbr-s50.yaml
@@ -15,6 +15,8 @@ description: |
15
16
Example:
17
18
+ #include <zephyr/dt-bindings/sensor/afbr_s50.h>
19
+
20
&spi_bus {
21
status = "okay";
22
pinctrl-0 = <&spi_bus_default>;
@@ -26,6 +28,9 @@ description: |
26
28
compatible = "brcm,afbr-s50";
27
29
reg = <0>;
30
spi-max-frequency = <10000000>;
31
+ measurement-mode = <AFBR_S50_DT_MODE_SHORT_RANGE>;
32
+ dual-freq-mode = <AFBR_S50_DT_DFM_MODE_OFF>;
33
+ odr = <10>;
34
int-gpios = <&gpio0 10 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
35
spi-mosi-gpios = <&gpio0 24 GPIO_ACTIVE_HIGH>;
36
spi-sck-gpios = <&gpio0 25 GPIO_ACTIVE_HIGH>;
0 commit comments