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.17-rc2 12 lines 245 B view raw
1DIO2125 Audio Driver 2 3Required properties: 4- compatible : "dioo,dio2125" 5- enable-gpios : the gpio connected to the enable pin of the dio2125 6 7Example: 8 9amp: analog-amplifier { 10 compatible = "dioo,dio2125"; 11 enable-gpios = <&gpio GPIOH_3 0>; 12};