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 v4.20 19 lines 356 B view raw
1* Panasonic AMG88xx 2 3The Panasonic family of AMG88xx Grid-Eye sensors allow recording 48x8 10Hz video which consists of thermal datapoints 5 6Required Properties: 7 - compatible : Must be "panasonic,amg88xx" 8 - reg : i2c address of the device 9 10Example: 11 12 i2c0@1c22000 { 13 ... 14 amg88xx@69 { 15 compatible = "panasonic,amg88xx"; 16 reg = <0x69>; 17 }; 18 ... 19 };