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 2deab04 commit f63c611Copy full SHA for f63c611
boards/silabs/radio_boards/siwx917_rb4338a/siwx917_rb4338a.dts
@@ -28,6 +28,7 @@
28
led1 = &led1;
29
sw0 = &button0;
30
sw1 = &button1;
31
+ dht0 = &si7021;
32
};
33
34
leds {
@@ -66,6 +67,12 @@
66
67
pinmux = <ULPUART_RX_ULP9>;
68
69
70
+
71
+ ulpi2c_default: ulpi2c_default {
72
+ group {
73
+ pinmux = <ULPI2C_SDA_ULP6>, <ULPI2C_SCL_ULP7>;
74
+ };
75
76
77
78
&ulpuart {
@@ -74,6 +81,18 @@
81
pinctrl-names = "default";
82
83
84
+&ulpi2c {
85
+ status = "okay";
86
+ pinctrl-0 = <&ulpi2c_default>;
87
+ pinctrl-names = "default";
88
+ clock-frequency = <DT_FREQ_K(100)>;
89
90
+ si7021: si7021@40 {
91
+ compatible = "silabs,si7006";
92
+ reg = <0x40>;
93
94
+};
95
96
&flash0 {
97
partitions {
79
98
compatible = "fixed-partitions";
0 commit comments