To use for PCIE the internal clock
SDK 9.1 has this for the .dts for j721e
ti,syscon-pcie-refclk-out = <&scm_conf 0x9008 0x900c 0x18090 0x8074 0x1>;
when I add it to the AM68A (which is j721s2) - it crashes on writing to 0x18090 - the CTRL_MMR are different between the two processors and the TRM does not have enough information to figure out the correct addresses.
Need help!
Thanks