2 * omap3-n950-n9.dtsi - Device Tree file for Nokia N950 & N9 (common stuff)
4 * Written by: Aaro Koskinen <aaro.koskinen@iki.fi>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
11 #include "omap36xx.dtsi"
21 device_type = "memory";
22 reg = <0x80000000 0x40000000>; /* 1 GB */
25 vemmc: fixedregulator@0 {
26 compatible = "regulator-fixed";
27 regulator-name = "VEMMC";
28 regulator-min-microvolt = <2900000>;
29 regulator-max-microvolt = <2900000>;
30 gpio = <&gpio5 29 GPIO_ACTIVE_HIGH>; /* gpio line 157 */
31 startup-delay-us = <150>;
37 mmc2_pins: pinmux_mmc2_pins {
38 pinctrl-single,pins = <
39 0x128 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_clk */
40 0x12a (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_cmd */
41 0x12c (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat0 */
42 0x12e (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat1 */
43 0x130 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat2 */
44 0x132 (PIN_INPUT_PULLUP | MUX_MODE0) /* sdmmc2_dat3 */
50 clock-frequency = <2900000>;
54 interrupts = <7>; /* SYS_NIRQ cascaded to intc */
55 interrupt-parent = <&intc>;
59 /include/ "twl4030.dtsi"
62 compatible = "ti,twl5031";
65 compatible = "ti,twl4030-power";
71 ti,pullups = <0x000001>; /* BIT(0) */
72 ti,pulldowns = <0x008106>; /* BIT(1) | BIT(2) | BIT(8) | BIT(15) */
77 regulator-name = "vaux2";
78 regulator-min-microvolt = <1800000>;
79 regulator-max-microvolt = <1800000>;
84 regulator-name = "vaux3";
85 regulator-min-microvolt = <2800000>;
86 regulator-max-microvolt = <2800000>;
90 clock-frequency = <400000>;
94 clock-frequency = <400000>;
102 pinctrl-names = "default";
103 pinctrl-0 = <&mmc2_pins>;
104 vmmc-supply = <&vemmc>;
114 interface-type = <0>;
115 usb-phy = <&usb2_phy>;
117 phy-names = "usb2-phy";
123 ranges = <0 0 0x04000000 0x1000000>; /* CS0: 16MB for OneNAND */
126 #address-cells = <1>;
128 reg = <0 0 0x20000>; /* CS0, offset 0, IO size 128K */
132 gpmc,burst-length = <16>;
136 gpmc,device-width = <2>;
137 gpmc,mux-add-data = <2>;
139 gpmc,cs-rd-off-ns = <87>;
140 gpmc,cs-wr-off-ns = <87>;
141 gpmc,adv-on-ns = <0>;
142 gpmc,adv-rd-off-ns = <10>;
143 gpmc,adv-wr-off-ns = <10>;
144 gpmc,oe-on-ns = <15>;
145 gpmc,oe-off-ns = <87>;
147 gpmc,we-off-ns = <87>;
148 gpmc,rd-cycle-ns = <112>;
149 gpmc,wr-cycle-ns = <112>;
150 gpmc,access-ns = <81>;
151 gpmc,page-burst-access-ns = <15>;
152 gpmc,bus-turnaround-ns = <0>;
153 gpmc,cycle2cycle-delay-ns = <0>;
154 gpmc,wait-monitoring-ns = <0>;
155 gpmc,clk-activation-ns = <5>;
156 gpmc,wr-data-mux-bus-ns = <30>;
157 gpmc,wr-access-ns = <81>;
158 gpmc,sync-clk-ps = <15000>;
161 * MTD partition table corresponding to Nokia's MeeGo 1.2
165 label = "bootloader";
166 reg = <0x00000000 0x00100000>;
170 reg = <0x00100000 0x002c0000>;
174 reg = <0x003c0000 0x01000000>;
178 reg = <0x013c0000 0x00200000>;
182 reg = <0x015c0000 0x1ca40000>;
186 reg = <0x1e000000 0x02000000>;
189 label = "omap2-onenand";
190 reg = <0x00000000 0x20000000>;