Dear Community,
In a dts node of a driver in Xavier NX, I have following properties which are necessary :
clocks = <&bpmp_clks TEGRA194_CLK_EXTPERIPH1>,
<&bpmp_clks TEGRA194_CLK_PLLP_OUT0>;
clock-names = "extperiph1", "pllp_grtba";
I’m porting the related driver to TX2 NX and I would like to know how to configure similar properties for this later Jetson platform, please ?
Thanks in advance and best regards,
Khang