Lines Matching +full:i2c +full:- +full:tegra
1 NVIDIA Tegra Boot and Power Management Processor (BPMP)
3 The BPMP is a specific processor in Tegra chip, which is designed for
11 - name : Should be bpmp
12 - compatible
15 - "nvidia,tegra186-bpmp"
16 - mboxes : The phandle of mailbox controller and the mailbox specifier.
17 - shmem : List of the phandle of the TX and RX shared memory area that
19 - #clock-cells : Should be 1.
20 - #power-domain-cells : Should be 1.
21 - #reset-cells : Should be 1.
27 - .../mailbox/mailbox.txt
28 - .../mailbox/nvidia,tegra186-hsp.txt
34 - .../clock/clock-bindings.txt
35 - <dt-bindings/clock/tegra186-clock.h>
36 - ../power/power_domain.txt
37 - <dt-bindings/power/tegra186-powergate.h>
38 - .../reset/reset.txt
39 - <dt-bindings/reset/tegra186-reset.h>
42 For example, it can provide access to certain I2C controllers, and the I2C
43 bindings represent each I2C controller as a device tree node. Such nodes should
53 The BPMP firmware defines no single global name-/numbering-space for such
54 services. Put another way, the numbering scheme for I2C buses is distinct from
57 property, and the BPMP node will have no #address-cells or #size-cells property.
60 -----------------------------------
71 #mbox-cells = <2>;
75 compatible = "nvidia,tegra186-sysram", "mmio-sram";
77 #address-cells = <2>;
78 #size-cells = <2>;
82 compatible = "nvidia,tegra186-bpmp-shmem";
87 compatible = "nvidia,tegra186-bpmp-shmem";
93 compatible = "nvidia,tegra186-bpmp";
96 #clock-cells = <1>;
97 #power-domain-cells = <1>;
98 #reset-cells = <1>;
100 i2c {