Tool/software: TI C/C++ Compiler
Hi,
I am using AM437x custom board.
I want to configure Pin M24 in my dts file,but i am unable to find the address of the pin.
How can I get the address of Pin M24 ?
Regards
Bhabesh
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.
Tool/software: TI C/C++ Compiler
Hi,
I am using AM437x custom board.
I want to configure Pin M24 in my dts file,but i am unable to find the address of the pin.
How can I get the address of Pin M24 ?
Regards
Bhabesh
Hi,
Pins are named after their functionality in Mode 0. From Table 4-10 in the AM437x Datasheet pin M24 is named MCASP0_AHCLKR. From Table 7-11 in the AM437x TRM the pad configuration register for this pin is named CTRL_CONF_MCASP0_AHCLKR, and is located at offset 0x99C.