Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/contrib/device-tree/Bindings/display/exynos/exynos_hdmiddc.txt
48523 views
1
Device-Tree bindings for hdmiddc driver
2
3
Required properties:
4
- compatible: value should be one of the following
5
1) "samsung,exynos5-hdmiddc" <DEPRECATED>
6
2) "samsung,exynos4210-hdmiddc"
7
8
- reg: I2C address of the hdmiddc device.
9
10
Example:
11
12
hdmiddc {
13
compatible = "samsung,exynos4210-hdmiddc";
14
reg = <0x50>;
15
};
16
17