This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/66AK2E05: Secret USB1 PHY Control registers on 66AK2E05

Part Number: 66AK2E05

Tool/software: Linux

To configure USB0 PHY there is registers at 0x02620738:

And code in keystone.dtsi:

usb_phy: usb_phy@2620738 {
compatible = "ti,keystone-usbphy";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x2620738 24>;
status = "disabled";

But there is no information about USB1 PHY registers. Code in the file keystone-k2e.dtsi refers to adress 0x02620750:

usb1_phy: usb_phy@2620750 {
compatible = "ti,keystone-usbphy";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x2620750 24>;
status = "disabled";

but in datasheet this adress is reserved: