We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Most i2c/spi are really simple..
&i2c2 { status = "okay"; clock-frequency = <100000>; #address-cells = <1>; #size-cells = <0>; bme680@76 { status = "okay"; compatible = "bosch,bme680"; reg = <0x76>; }; };
Could we grep zcat /proc/config.gz
zcat /proc/config.gz
and allow a selection option for different i2c/spi devices and ask what port, then just build/compile the overlay?
Regards,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Most i2c/spi are really simple..
Could we grep
zcat /proc/config.gz
and allow a selection option for different i2c/spi devices and ask what port, then just build/compile the overlay?
Regards,
The text was updated successfully, but these errors were encountered: