Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.5 12 lines 308 B view raw
1Honeywell Humidicon HIH-6130 humidity/temperature sensor 2-------------------------------------------------------- 3 4Requires node properties: 5- compatible : "honeywell,hi6130" 6- reg : the I2C address of the device. This is 0x27. 7 8Example: 9 hih6130@27 { 10 compatible = "honeywell,hih6130"; 11 reg = <0x27>; 12 };