Texas Instruments DS90UB92xQ LVDS FPD-Link III De-/Serializer

Required properties:


- compatible : Must be "ti,ds90ub92x"
- reg : I2C address
- power-gpios :  Power-down mode GPIO definition
- power-active-low : Power-down mode GPIO is active low
- bcmode : override backward compatibility mode
           possible values are "enable" or "disable"
           if "bcmode" is not mentioned, the backward compatibility mode is not
           touched and given by hardware pin strapping
- lfmode : override low frequency mode
           possible values are "enable" or "disable"
           if "lfmode" is not mentioned, the low frequency mode is not
           touched and given by hardware pin strapping

Example:

&i2c2 {
	status = "okay";
	...

	ds90ub92x@0C {
		compatible = "ti,ds90ub92x";
		reg = <0x0C>;
		power-gpios = <&gpio7 12 0>;
		bcmode = "enable";
	};
};
