You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
322 B
17 lines
322 B
EP92A6 HDMI bridge chip
|
|
|
|
This device supports I2C mode only.
|
|
|
|
Required properties:
|
|
- compatible : "explore,ep92a6"
|
|
- reg : the I2C address of the device
|
|
|
|
Optional properties:
|
|
- interrupts : interrupt line that signals state update
|
|
|
|
Example:
|
|
|
|
ep92a6: ep92a6@64 {
|
|
compatible = "explore,ep92a6";
|
|
reg = <0x64>;
|
|
};
|
|
|