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.

LMH0397: Port numbering for device tree in Petalinux

Part Number: LMH0397

Hi all,
I am using LMH0397 for SDI IO interface. From the block diagram I can't figure out what are the port numbering, I need to set it as an input or output.

Where can I find programming guide for this? I figured out this is how to set ports as i/o but I also do not know what reg numbers are 

port@0 {
reg = <0>;
};
port@1 {
reg = <1>;
};
port@2 {
reg = <2>;
};
port@3 {
reg = <2>;
};