| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * omap3-n9.dts - Device Tree file for Nokia N9 |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Written by: Aaro Koskinen <aaro.koskinen@iki.fi> |
|---|
| 5 | | - * |
|---|
| 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. |
|---|
| 9 | 6 | */ |
|---|
| 10 | 7 | |
|---|
| 11 | 8 | /dts-v1/; |
|---|
| .. | .. |
|---|
| 15 | 12 | |
|---|
| 16 | 13 | / { |
|---|
| 17 | 14 | model = "Nokia N9"; |
|---|
| 18 | | - compatible = "nokia,omap3-n9", "ti,omap36xx", "ti,omap3"; |
|---|
| 15 | + compatible = "nokia,omap3-n9", "ti,omap3630", "ti,omap36xx", "ti,omap3"; |
|---|
| 19 | 16 | }; |
|---|
| 20 | 17 | |
|---|
| 21 | 18 | &i2c2 { |
|---|
| .. | .. |
|---|
| 26 | 23 | vana-supply = <&vaux3>; |
|---|
| 27 | 24 | clocks = <&isp 0>; |
|---|
| 28 | 25 | clock-frequency = <9600000>; |
|---|
| 29 | | - nokia,nvm-size = <(16 * 64)>; |
|---|
| 30 | 26 | flash-leds = <&as3645a_flash &as3645a_indicator>; |
|---|
| 31 | 27 | port { |
|---|
| 32 | 28 | smia_1_1: endpoint { |
|---|