How to use I2C1 in TF-A to control STPMIC1?
In our custom board we are using I2C1 to control and configure STPMIC1. I'd like to use I2C1 in TF-A so PMIC can be configured to power DDR during boot. I2C1 is not supported by default in TF-A, but looks like there is a way to do it as described in
https://wiki.st.com/stm32mpu/wiki/PMIC_hardware_components#TF-A
I followed the procedure described in the above link, but still when I include the reference to &i2c1 in my stm32mp153c-<project>.dts it throws the following build error
| Building stm32mp1
| Error: fdts/stm32mp153c-<project name>.dts:355.1-6 Label or path i2c1 not found
| FATAL ERROR: Syntax error parsing input tree
Am I missing something?
Thanks,
Nikhil
