.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Device Tree for Bluestone (APM821xx) board. |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (c) 2010, Applied Micro Circuits Corporation |
---|
5 | 6 | * Author: Tirumala R Marri <tmarri@apm.com> |
---|
6 | | - * |
---|
7 | | - * This program is free software; you can redistribute it and/or |
---|
8 | | - * modify it under the terms of the GNU General Public License as |
---|
9 | | - * published by the Free Software Foundation; either version 2 of |
---|
10 | | - * the License, or (at your option) any later version. |
---|
11 | | - * |
---|
12 | | - * This program is distributed in the hope that it will be useful, |
---|
13 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
14 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
15 | | - * GNU General Public License for more details. |
---|
16 | | - * |
---|
17 | | - * You should have received a copy of the GNU General Public License |
---|
18 | | - * along with this program; if not, write to the Free Software |
---|
19 | | - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, |
---|
20 | | - * MA 02111-1307 USA |
---|
21 | | - * |
---|
22 | 7 | */ |
---|
23 | 8 | |
---|
24 | 9 | /dts-v1/; |
---|
.. | .. |
---|
109 | 94 | |
---|
110 | 95 | OCM: ocm@400040000 { |
---|
111 | 96 | compatible = "ibm,ocm"; |
---|
112 | | - status = "ok"; |
---|
| 97 | + status = "okay"; |
---|
113 | 98 | cell-index = <1>; |
---|
114 | 99 | /* configured in U-Boot */ |
---|
115 | 100 | reg = <4 0x00040000 0x8000>; /* 32K */ |
---|
.. | .. |
---|
340 | 325 | }; |
---|
341 | 326 | }; |
---|
342 | 327 | |
---|
343 | | - PCIE0: pciex@d00000000 { |
---|
| 328 | + PCIE0: pcie@d00000000 { |
---|
344 | 329 | device_type = "pci"; |
---|
345 | 330 | #interrupt-cells = <1>; |
---|
346 | 331 | #size-cells = <2>; |
---|