~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm/boot/dts/ti/omap/omap3-n9.dts

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: GPL-2.0-only
  2 /*
  3  * omap3-n9.dts - Device Tree file for Nokia N9
  4  *
  5  * Written by: Aaro Koskinen <aaro.koskinen@iki.fi>
  6  */
  7 
  8 /dts-v1/;
  9 
 10 #include "omap3-n950-n9.dtsi"
 11 #include <dt-bindings/input/input.h>
 12 
 13 / {
 14         model = "Nokia N9";
 15         compatible = "nokia,omap3-n9", "ti,omap3630", "ti,omap3";
 16 };
 17 
 18 &i2c2 {
 19         smia_1: camera@10 {
 20                 compatible = "nokia,smia";
 21                 reg = <0x10>;
 22                 /* No reset gpio */
 23                 vana-supply = <&vaux3>;
 24                 clocks = <&isp 0>;
 25                 clock-frequency = <9600000>;
 26                 flash-leds = <&as3645a_flash &as3645a_indicator>;
 27                 port {
 28                         smia_1_1: endpoint {
 29                                 link-frequencies = /bits/ 64 <199200000 210000000 499200000>;
 30                                 clock-lanes = <0>;
 31                                 data-lanes = <1 2>;
 32                                 remote-endpoint = <&csi2a_ep>;
 33                         };
 34                 };
 35         };
 36 };
 37 
 38 &i2c3 {
 39         ak8975@f {
 40                 compatible = "asahi-kasei,ak8975";
 41                 reg = <0x0f>;
 42         };
 43 };
 44 
 45 &isp {
 46         vdd-csiphy1-supply = <&vaux2>;
 47         vdd-csiphy2-supply = <&vaux2>;
 48         ports {
 49                 port@2 {
 50                         reg = <2>;
 51                         csi2a_ep: endpoint {
 52                                 remote-endpoint = <&smia_1_1>;
 53                                 clock-lanes = <2>;
 54                                 data-lanes = <1 3>;
 55                                 crc = <1>;
 56                                 lane-polarities = <1 1 1>;
 57                         };
 58                 };
 59         };
 60 };
 61 
 62 &modem {
 63         compatible = "nokia,n9-modem";
 64 };
 65 
 66 &lis302 {
 67         st,axis-x = <1>;    /* LIS3_DEV_X */
 68         st,axis-y = <(-2)>; /* LIS3_INV_DEV_Y */
 69         st,axis-z = <(-3)>; /* LIS3_INV_DEV_Z */
 70 
 71         st,min-limit-x = <(-46)>;
 72         st,min-limit-y = <3>;
 73         st,min-limit-z = <3>;
 74 
 75         st,max-limit-x = <(-3)>;
 76         st,max-limit-y = <46>;
 77         st,max-limit-z = <46>;
 78 };
 79 
 80 &twl_keypad {
 81         linux,keymap = < MATRIX_KEY(6, 8, KEY_VOLUMEUP)
 82                          MATRIX_KEY(7, 8, KEY_VOLUMEDOWN)
 83                          >;
 84 };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php