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