Hi folks,
I’m trying to compile the kernel module to read data from the DHT11 sensor. There’s a configuration called CONFIG_DHT11
based on the IIO subsystem. I need to know how to write the device tree node for my DHT11. The binding seems straightforward, but I’m unsure which GPIO pin I should specify and where to physically connect the DHT11. Can anyone guide me on this?