Skip to content

Instantly share code, notes, and snippets.

@galak
Created September 7, 2021 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save galak/fb558ef83203db69b9ad983bd39b5d71 to your computer and use it in GitHub Desktop.
Save galak/fb558ef83203db69b9ad983bd39b5d71 to your computer and use it in GitHub Desktop.
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