Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
NXP I2C Option 3
&i2c0 {
pinctrl-0 = <&I2C0_SCL_PTE24 &I2C0_SDA_PTE25>;
pinctrl-1 = <&ANALOG_PTE24 &ANALOG_PTE25>;
};
&I2C0_SCL_PTE24 {
bias-pull-up;
};
&I2C0_SDA_PTE25 {
bias-pull-up;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment