1NVIDIA compliant embedded controller 2 3Required properties: 4- compatible : should be "nvidia,nvec". 5- reg : the iomem of the i2c slave controller 6- interrupts : the interrupt line of the i2c slave controller 7- clock-frequency : the frequency of the i2c bus 8- gpios : the gpio used for ec request 9- slave-addr: the i2c address of the slave controller 10- clocks : Must contain an entry for each entry in clock-names. 11 See ../clocks/clock-bindings.txt for details. 12- clock-names : Must include the following entries: 13 Tegra20/Tegra30: 14 - div-clk 15 - fast-clk 16 Tegra114: 17 - div-clk 18- resets : Must contain an entry for each entry in reset-names. 19 See ../reset/reset.txt for details. 20- reset-names : Must include the following entries: 21 - i2c 22