Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. &am33xx_pinmux {
  2. i2c1_pins_default: i2c1_pins_default {
  3. pinctrl-single,pins = <
  4. AM33XX_IOPAD(0x984, PIN_INPUT_PULLUP | MUX_MODE3) /* (D15) uart1_txd.I2C1_SCL */
  5. AM33XX_IOPAD(0x980, PIN_INPUT_PULLUP | MUX_MODE3) /* (D16) uart1_rxd.I2C1_SDA */
  6. >;
  7. };
  8. };
  9.  
  10. &i2c1 {
  11. pinctrl-names = "default";
  12. pinctrl-0 = <&i2c1_pins_default>;
  13. status = "okay";
  14. clock-frequency = <400000>;
  15. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement