| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * omap3-n950-n9.dtsi - Device Tree file for Nokia N950 & N9 (common stuff) |
|---|
| 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 | #include "omap36xx.dtsi" |
|---|
| .. | .. |
|---|
| 14 | 11 | cpus { |
|---|
| 15 | 12 | cpu@0 { |
|---|
| 16 | 13 | cpu0-supply = <&vcc>; |
|---|
| 17 | | - operating-points = < |
|---|
| 18 | | - /* kHz uV */ |
|---|
| 19 | | - 300000 1012500 |
|---|
| 20 | | - 600000 1200000 |
|---|
| 21 | | - 800000 1325000 |
|---|
| 22 | | - 1000000 1375000 |
|---|
| 23 | | - >; |
|---|
| 24 | 14 | }; |
|---|
| 25 | 15 | }; |
|---|
| 26 | 16 | |
|---|
| .. | .. |
|---|
| 44 | 34 | regulator-name = "VWLAN"; |
|---|
| 45 | 35 | gpio = <&gpio2 3 GPIO_ACTIVE_HIGH>; /* gpio 35 */ |
|---|
| 46 | 36 | enable-active-high; |
|---|
| 47 | | - regulator-boot-off; |
|---|
| 48 | 37 | }; |
|---|
| 49 | 38 | |
|---|
| 50 | 39 | leds { |
|---|
| .. | .. |
|---|
| 352 | 341 | status = "disabled"; |
|---|
| 353 | 342 | }; |
|---|
| 354 | 343 | |
|---|
| 344 | +/* RNG not directly accessible on N950/N9. */ |
|---|
| 345 | +&rng_target { |
|---|
| 346 | + status = "disabled"; |
|---|
| 347 | +}; |
|---|
| 348 | + |
|---|
| 355 | 349 | &usb_otg_hs { |
|---|
| 356 | 350 | interface-type = <0>; |
|---|
| 357 | 351 | usb-phy = <&usb2_phy>; |
|---|
| .. | .. |
|---|
| 500 | 494 | clock-names = "sysclk"; |
|---|
| 501 | 495 | }; |
|---|
| 502 | 496 | }; |
|---|
| 497 | + |
|---|
| 498 | +&aes1_target { |
|---|
| 499 | + status = "disabled"; |
|---|
| 500 | +}; |
|---|
| 501 | + |
|---|
| 502 | +&aes2_target { |
|---|
| 503 | + status = "disabled"; |
|---|
| 504 | +}; |
|---|