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 cf56903 commit 6dbfc8eCopy full SHA for 6dbfc8e
tests/drivers/build_all/adc/boards/native_sim.overlay
@@ -163,6 +163,7 @@
163
<&test_gpio 0 0>,
164
165
166
+ <&test_gpio 0 0>,
167
<&test_gpio 0 0>;
168
169
test_spi_mcp3204: mcp3204@0 {
@@ -386,6 +387,18 @@
386
387
spi-max-frequency = <0>;
388
#io-channel-cells = <1>;
389
};
390
+
391
+ test_spi_mcp356xr: mcp356xr@18 {
392
+ compatible = "microchip,mcp356xr";
393
+ reg = <0x1a>;
394
+ spi-max-frequency = <0>;
395
+ #io-channel-cells = <1>;
396
397
+ address = <1>;
398
+ analog-clock-prescaler = <0>;
399
+ boost-current-bias = <0>;
400
+ irq-gpios = <&test_gpio 0 0>;
401
+ };
402
403
404
0 commit comments