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
How to describe below i2c topology in json file?
i2c-0------- |--------------------| | PCA9548 ch0|----emc1413 | ch1|----ina219 reset_pin----|--------------------|
The text was updated successfully, but these errors were encountered:
Need to configure Mux in kernel device tree and then you can use corresponded bus number and slave address in json file I guess.
Below is the reference for to configure Mux in DT.
https://github.com/openbmc/linux/blob/dev-6.1/arch/arm/boot/dts/aspeed-bmc-facebook-fuji.dts
Sorry, something went wrong.
No branches or pull requests
How to describe below i2c topology in json file?
The text was updated successfully, but these errors were encountered: