你好,我们的产品使用了imx6ul平台,基于4.1.15的bsp包做定制,其中使用到了一部分gpio管脚作为外设的中断,不知道在dts中改如何定义这些管脚以及如何分配给外设使用呢,我查看了imx6ul-14x14-evk.dts文件没有找到类似的用法,希望能得到解答
you may take the dtsi file for reference.
linux-2.6-imx.git - Freescale i.MX Linux Tree
for example :
pwn-gpios = <&gpio1 19 1>; /* active low: SD1_CLK */
rst-gpios = <&gpio1 20 0>; /* active high: SD1_DAT2 */