Tool/software: TI C/C++ Compiler
Hi,
I want to know how to set pin muxing in dts file.
For example, i am using TDA2x board in linux and it uses dra7-evm-infoadas.dtb.
In dra7.dtsi file, dra7_pmx_core is defined as below.
dra7_pmx_core: pinmux@1400 {
compatible = "ti,dra7-padconf",
"pinctrl-single";
reg = <0x1400 0x0468>;
#address-cells = <1>;
#size-cells = <0>;
#interrupt-cells = <1>;
interrupt-controller;
pinctrl-single,register-width = <32>;
pinctrl-single,function-mask = <0x3fffffff>;
};
If then, the offset of pinmux of dra7 is 1400. right?
Also, in dra7-evm.dts file, the pinctrl of mmc1 is defined as below.
The below is schematic of TDA2x SD card sheet.
Could you let me know why the register values of mmc1 are 0x354 / 0x358 / 0x35c / 0x360 / 0x364 / 0x368?
Thanks and Regards,
Yoo