/* * Copyright (C) 2013 Pavel Machek * Copyright 2013 Aaro Koskinen * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 (or later) as * published by the Free Software Foundation. */ /dts-v1/; #include "omap34xx.dtsi" / { model = "Nokia N900"; compatible = "nokia,omap3-n900", "ti,omap3"; cpus { cpu@0 { cpu0-supply = <&vcc>; }; }; memory { device_type = "memory"; reg = <0x80000000 0x10000000>; /* 256 MB */ }; gpio_keys { compatible = "gpio-keys"; camera_lens_cover { label = "Camera Lens Cover"; gpios = <&gpio4 14 GPIO_ACTIVE_LOW>; /* 110 */ linux,input-type = <5>; /* EV_SW */ linux,code = <0x09>; /* SW_CAMERA_LENS_COVER */ gpio-key,wakeup; }; camera_focus { label = "Camera Focus"; gpios = <&gpio3 4 GPIO_ACTIVE_LOW>; /* 68 */ linux,code = <0x210>; /* KEY_CAMERA_FOCUS */ gpio-key,wakeup; }; camera_capture { label = "Camera Capture"; gpios = <&gpio3 5 GPIO_ACTIVE_LOW>; /* 69 */ linux,code = <0xd4>; /* KEY_CAMERA */ gpio-key,wakeup; }; lock_button { label = "Lock Button"; gpios = <&gpio4 17 GPIO_ACTIVE_LOW>; /* 113 */ linux,code = <0x98>; /* KEY_SCREENLOCK */ gpio-key,wakeup; }; keypad_slide { label = "Keypad Slide"; gpios = <&gpio3 7 GPIO_ACTIVE_LOW>; /* 71 */ linux,input-type = <5>; /* EV_SW */ linux,code = <0x0a>; /* SW_KEYPAD_SLIDE */ gpio-key,wakeup; }; proximity_sensor { label = "Proximity Sensor"; gpios = <&gpio3 25 GPIO_ACTIVE_HIGH>; /* 89 */ linux,input-type = <5>; /* EV_SW */ linux,code = <0x0b>; /* SW_FRONT_PROXIMITY */ }; }; }; &omap3_pmx_core { pinctrl-names = "default"; uart1_pins: pinmux_uart1_pins { pinctrl-single,pins = < 0x152 (PIN_INPUT | MUX_MODE0) /* uart1_rx */ 0x14c (PIN_OUTPUT |MUX_MODE0) /* uart1_tx */ >; }; uart2_pins: pinmux_uart2_pins { pinctrl-single,pins = < 0x14a (PIN_INPUT | MUX_MODE0) /* uart2_rx */ 0x148 (PIN_OUTPUT | MUX_MODE0) /* uart2_tx */ >; }; uart3_pins: pinmux_uart3_pins { pinctrl-single,pins = < 0x16e (PIN_INPUT | MUX_MODE0) /* uart3_rx */ 0x170 (PIN_OUTPUT | MUX_MODE0) /* uart3_tx */ >; }; i2c1_pins: pinmux_i2c1_pins { pinctrl-single,pins = < 0x18a (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c1_scl */ 0x18c (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c1_sda */ >; }; i2c2_pins: pinmux_i2c2_pins { pinctrl-single,pins = < 0x18e (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c2_scl */ 0x190 (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c2_sda */ >; }; i2c3_pins: pinmux_i2c3_pins { pinctrl-single,pins = < 0x192 (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c3_scl */ 0x194 (PIN_INPUT_PULLUP | MUX_MODE0) /* i2c3_sda */ >; }; mmc1_pins: pinmux_mmc1_pins { pinctrl-single,pins = < 0x114 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_clk */ 0x116 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_cmd */ 0x118 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat0 */ 0x11a (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat1 */ 0x11c (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat2 */ 0x11e (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc1_dat3 */ 0x120 (PIN_INPUT | MUX_MODE0) /* sdmmc1_dat4 */ 0x122 (PIN_INPUT | MUX_MODE0) /* sdmmc1_dat5 */ 0x124 (PIN_INPUT | MUX_MODE0) /* sdmmc1_dat6 */ 0x126 (PIN_INPUT | MUX_MODE0) /* sdmmc1_dat7 */ >; }; mmc2_pins: pinmux_mmc2_pins { pinctrl-single,pins = < 0x128 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_clk */ 0x12a (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_cmd */ 0x12c (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat0 */ 0x12e (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat1 */ 0x130 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat2 */ 0x132 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat3 */ 0x134 (PIN_INPUT | MUX_MODE0) /* sdmmc2_dat4 */ 0x136 (PIN_INPUT | MUX_MODE0) /* sdmmc2_dat5 */ 0x138 (PIN_INPUT | MUX_MODE0) /* sdmmc2_dat6 */ 0x13a (PIN_INPUT | MUX_MODE0) /* sdmmc2_dat7 */ >; }; }; &i2c1 { pinctrl-names = "default"; pinctrl-0 = <&i2c1_pins>; clock-frequency = <2200000>; twl: twl@48 { reg = <0x48>; interrupts = <7>; /* SYS_NIRQ cascaded to intc */ interrupt-parent = <&intc>; }; }; #include "twl4030.dtsi" #include "twl4030_omap3.dtsi" &twl { twl_audio: audio { compatible = "ti,twl4030-audio"; ti,enable-vibra = <1>; }; }; &twl_keypad { linux,keymap = < 0x00000010 /* KEY_Q */ 0x00010018 /* KEY_O */ 0x00020019 /* KEY_P */ 0x00030033 /* KEY_COMMA */ 0x0004000e /* KEY_BACKSPACE */ 0x0006001e /* KEY_A */ 0x0007001f /* KEY_S */ 0x01000011 /* KEY_W */ 0x01010020 /* KEY_D */ 0x01020021 /* KEY_F */ 0x01030022 /* KEY_G */ 0x01040023 /* KEY_H */ 0x01050024 /* KEY_J */ 0x01060025 /* KEY_K */ 0x01070026 /* KEY_L */ 0x02000012 /* KEY_E */ 0x02010034 /* KEY_DOT */ 0x02020067 /* KEY_UP */ 0x0203001c /* KEY_ENTER */ 0x0205002c /* KEY_Z */ 0x0206002d /* KEY_X */ 0x0207002e /* KEY_C */ 0x02080043 /* KEY_F9 */ 0x03000013 /* KEY_R */ 0x0301002f /* KEY_V */ 0x03020030 /* KEY_B */ 0x03030031 /* KEY_N */ 0x03040032 /* KEY_M */ 0x03050039 /* KEY_SPACE */ 0x03060039 /* KEY_SPACE */ 0x03070069 /* KEY_LEFT */ 0x04000014 /* KEY_T */ 0x0401006c /* KEY_DOWN */ 0x0402006a /* KEY_RIGHT */ 0x0404001d /* KEY_LEFTCTRL */ 0x04050064 /* KEY_RIGHTALT */ 0x0406002a /* KEY_LEFTSHIFT */ 0x04080044 /* KEY_F10 */ 0x05000015 /* KEY_Y */ 0x05080057 /* KEY_F11 */ 0x06000016 /* KEY_U */ 0x07000017 /* KEY_I */ 0x07010041 /* KEY_F7 */ 0x07020042 /* KEY_F8 */ >; }; &twl_gpio { ti,pullups = <0x0>; ti,pulldowns = <0x03ff3f>; /* BIT(0..5) | BIT(8..17) */ }; &i2c2 { pinctrl-names = "default"; pinctrl-0 = <&i2c2_pins>; clock-frequency = <100000>; bq27200: bq27200@55 { compatible = "ti,bq27200"; reg = <0x55>; }; }; &i2c3 { pinctrl-names = "default"; pinctrl-0 = <&i2c3_pins>; clock-frequency = <400000>; }; &mmc1 { pinctrl-names = "default"; pinctrl-0 = <&mmc1_pins>; vmmc-supply = <&vmmc1>; vmmc_aux-supply = <&vsim>; bus-width = <4>; cd-gpios = <&gpio6 0 GPIO_ACTIVE_HIGH>; /* 160 */ }; &mmc2 { pinctrl-names = "default"; pinctrl-0 = <&mmc2_pins>; vmmc-supply = <&vmmc2>; vmmc_aux-supply = <&vsim>; bus-width = <8>; }; &mmc3 { status = "disabled"; }; &mcspi1 { /* * For some reason, touchscreen is necessary for screen to work at * all on real hw. It works well without it on emulator. * * Also... order in the device tree actually matters here. */ tsc2005@0 { compatible = "tsc2005"; spi-max-frequency = <6000000>; reg = <0>; }; mipid@2 { compatible = "acx565akm"; spi-max-frequency = <6000000>; reg = <2>; }; }; &usb_otg_hs { interface-type = <0>; usb-phy = <&usb2_phy>; mode = <2>; power = <50>; }; &ssi_port1 { ti,ssi-cawake-gpio = <&gpio5 23 GPIO_ACTIVE_HIGH>; /* 151 */ ssi-char { compatible = "ssi-char"; }; }; &ssi_port2 { status = "disabled"; }; &uart1 { pinctrl-names = "default"; pinctrl-0 = <&uart1_pins>; }; &uart2 { pinctrl-names = "default"; pinctrl-0 = <&uart2_pins>; }; &uart3 { pinctrl-names = "default"; pinctrl-0 = <&uart3_pins>; };