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!