]> nv-tegra.nvidia Code Review - linux-3.10.git/blob - arch/arm/boot/dts/tegra124-tn8-a03-00.dts
ARM: tegra: tn8: Change Orientation vector.
[linux-3.10.git] / arch / arm / boot / dts / tegra124-tn8-a03-00.dts
1 /dts-v1/;
2
3 #include "tegra124-tn8-generic.dtsi"
4
5 / {
6         model = "NVIDIA Tegra124 TN8";
7         compatible = "nvidia,tn8", "nvidia,tegra124";
8         nvidia-boardids = "1780:1100:3:A:7","1845:1000:0:A:7";
9         #address-cells = <1>;
10         #size-cells = <1>;
11
12         chosen {
13                 bootargs = "tegraid=40.0.0.00.00 vmalloc=256M video=tegrafb console=ttyS0,115200n8 earlyprintk";
14                 linux,initrd-start = <0x85000000>;
15                 linux,initrd-end = <0x851bc400>;
16         };
17
18         i2c@7000c000 {
19                 status = "okay";
20                 clock-frequency = <100000>;
21
22                 bq2419x: bq2419x@6b {
23                         compatible = "ti,bq2419x";
24                         reg = <0x6b>;
25
26                         vbus {
27                                 regulator-name = "vbus_regulator";
28                                 consumers {
29                                         c1 {
30                                                 regulator-consumer-supply = "usb_vbus";
31                                                 regulator-consumer-device = "tegra-ehci.0";
32                                         };
33
34                                         c2 {
35                                                 regulator-consumer-supply = "usb_vbus";
36                                                 regulator-consumer-device = "tegra-otg";
37                                         };
38                                 };
39                         };
40                 };
41
42                 mpu6515@69 {
43                         compatible = "invensense,mpu6515";
44                         reg = <0x69>;
45                         interrupt-parent = <&gpio>;
46                         interrupts = <144 0x01>;
47                         invensense,int_config = <0x10>;
48                         invensense,level_shifter = <0>;
49                         invensense,orientation = [00 ff 00 01 00 00 00 00 01];
50                         invensense,sec_slave_type = <0>;
51                         invensense,key = [4e cc 7e eb f6 1e 35 22
52                                           00 34 0d 65 32 e9 94 89];
53                         vlogic-supply = <&palmas_smps8>;
54                         vdd-supply = <&palmas_smps9>;
55                 };
56
57                 ak8963c@0d {
58                         compatible = "ak,ak8963";
59                         reg = <0x0d>;
60                         orientation = [00 ff 00 01 00 00 00 00 01];
61                         config = "mpu";
62                         vid-supply = <&palmas_smps8>;
63                         vdd-supply = <&palmas_smps9>;
64                 };
65
66                 cm3217@10 {
67                         compatible = "capella,cm3217";
68                         reg = <0x10>;
69                 };
70         };
71 };
72