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