]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/nvidia/dts/tegra114-dalmore.dts
Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'
[karo-tx-uboot.git] / board / nvidia / dts / tegra114-dalmore.dts
1 /dts-v1/;
2
3 #include "tegra114.dtsi"
4
5 / {
6         model = "NVIDIA Dalmore";
7         compatible = "nvidia,dalmore", "nvidia,tegra114";
8
9         aliases {
10                 i2c0 = "/i2c@7000d000";
11                 i2c1 = "/i2c@7000c000";
12                 i2c2 = "/i2c@7000c400";
13                 i2c3 = "/i2c@7000c500";
14                 i2c4 = "/i2c@7000c700";
15         };
16
17         memory {
18                 device_type = "memory";
19                 reg = <0x80000000 0x80000000>;
20         };
21
22         i2c@7000c000 {
23                 status = "okay";
24                 clock-frequency = <100000>;
25         };
26
27         i2c@7000c400 {
28                 status = "okay";
29                 clock-frequency = <100000>;
30         };
31
32         i2c@7000c500 {
33                 status = "okay";
34                 clock-frequency = <100000>;
35         };
36
37         i2c@7000c700 {
38                 status = "okay";
39                 clock-frequency = <100000>;
40         };
41
42         i2c@7000d000 {
43                 status = "okay";
44                 clock-frequency = <400000>;
45         };
46 };