I2C devces at Jetson Xavier NX

I use Jetpack 4.4 at Jetson Xavier NX.
DTS is the default setting of Jetpack.(No customized)
Please let me organize about i2c devices.

SignalName <—> DTS <—> /dev/
I2C0 <—> I2C2 <—> i2c-1
I2C1 <—> I2C9 <—> i2c-8
I2C2 <—> I2C1 <—> i2c-0

Is these correct?

The DTS and /dev should be the same.
Signal <-> TRM <-> DTS/DEV
I2C0 <—> I2C2 <—> i2c-1
I2C1 <—> I2C9 <—> i2c-8
I2C2 <—> I2C1 <—> i2c-0