Lines Matching +full:exynos5 +full:- +full:sysreg
6 - compatible: value should be either of the following.
7 (a) "samsung, s3c2410-i2c", for i2c compatible with s3c2410 i2c.
8 (b) "samsung, s3c2440-i2c", for i2c compatible with s3c2440 i2c.
9 (c) "samsung, s3c2440-hdmiphy-i2c", for s3c2440-like i2c used
11 (d) "samsung, exynos5-sata-phy-i2c", for s3c2440-like i2c used as
13 - reg: physical base address of the controller and length of memory mapped
15 - interrupts: interrupt number to the cpu.
16 - samsung,i2c-sda-delay: Delay (in ns) applied to data line (SDA) edges.
18 Required for all cases except "samsung,s3c2440-hdmiphy-i2c":
19 - Samsung GPIO variant (deprecated):
20 - gpios: The order of the gpios should be the following: <SDA, SCL>.
22 cases except for "samsung,s3c2440-hdmiphy-i2c" whose input/output
24 - Pinctrl variant (preferred, if available):
25 - pinctrl-0: Pin control group to be used for this controller.
26 - pinctrl-names: Should contain only one value - "default".
29 - samsung,i2c-slave-addr: Slave address in multi-master environment. If not
31 - samsung,i2c-max-bus-freq: Desired frequency in Hz of the bus. If not
33 - samsung,sysreg-phandle - handle to syscon used to control the system registers
38 compatible = "samsung,s3c2440-i2c";
41 samsung,i2c-sda-delay = <100>;
42 samsung,i2c-max-bus-freq = <100000>;
48 pinctrl-0 = <&i2c3_bus>;
49 pinctrl-names = "default";
51 #address-cells = <1>;
52 #size-cells = <0>;