Title: How to add I2C device in device tree file? [Print This Page] Author: mhacla Time: 8/25/2016 17:24 Title: How to add I2C device in device tree file? Hi,
I am trying to connect 3 serial devices to the I2C0 of FirePrime:
Device 1: I2C address at 60H
Device 2: I2C address at 64H
Device 3: I2C address at 44H
how do I add this to the device tree? rk3128-fireprime.dts has this definition by default:
Why are the nodes rtc@51 and ts@41 defined by default?Author: isle Time: 9/2/2016 09:38
Hi whacla
the nodes defined here because there were some devices connect to I2C0,
If you don't need it ,just remove them .
And, you can add your device like this: