Other Parts Discussed in Thread: INA260,
using this AM62X PSI-L Device Descriptions — TISCI User Guide
I have updated the Uart DMA
&main_uart1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_uart1>;
dmas = <&main_pktdma 0x4401 0>, <&main_pktdma 0xc401 0>;
dma-names = "rx", "tx";
};
For AM625 i can not find way to update I2C DMA ? I am supposed to use I2C DMA /SMBus DMA for sensor INA260.
&main_i2c1 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_i2c1>; status = "okay"; }; this is my device tree ,how do I get dmas values and update the device tree for INA260