This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335X SDK8.0 Device Tree pin mux config

Dear everyone,

           Study AM335X SDK8.0, pin mux config on Device Tree file, for example:

 i2c0_pins: pinmux_i2c0_pins {
  pinctrl-single,pins = <
   0x188 (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c0_sda.i2c0_sda */
   0x18c (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c0_scl.i2c0_scl */
  >;
 };

The i2c0_sda pin, the pin number is 0x188, how the i2c0_sda pin definition for 0x188?

Thank you very much to  help me!