Dear support team,
on our board we have an nRF54H20 which we connect to an external can transceiver using `can120` node. When the board goes to standby state we want to disable CAN BUS to lower power consumption.
I noticed that just enabling `CONFIG_CAN` in the project causes the base power consumption to be ~1.5mA higher (without any communication going on, and while keeping the external transceiver in standby), probably due to the high frequency clock source (`canpll` or `auxpll`) that is used for CAN BUS communication.
I was wondering if it possible to have some guidance on how to either patch the driver in order to add PM to it or a solution that we can implement in our application to achieve the same result.
Thanks,
Alessio