Hello All,
I'm trying to modify the Device Tree file at /arch/arm/boot/dts/xxx.dtsi. In the file there are part of code as below:
user_leds: pinmux_user_leds {
pinctrl-single, pins = <
0x38 ( PIN_OUTPUT | MUX_MODE7 ) /* (V13) gpmc_ad14.gpio[14] */
......
0x108 ( PIN_OUTPUT | MUX_MODE7 ) /* (H16) gmii1_col.gpio3[0] */
>;
};
My questions are: what's the meaning of the number 0x38 and 0x108? How do they come?
Does 0x108 stand for GPIO3[0] or GPIO2[0]? Where can I find the document about them?
Thank you very much for your help in advance.
Best,
Lin