| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /** |
|---|
| 2 | 3 | * dts file for Hisilicon D02 Development Board |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) 2014,2015 Hisilicon Ltd. |
|---|
| 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 | | - * publishhed by the Free Software Foundation. |
|---|
| 9 | | - * |
|---|
| 10 | 6 | */ |
|---|
| 11 | 7 | |
|---|
| 12 | 8 | /dts-v1/; |
|---|
| .. | .. |
|---|
| 46 | 42 | }; |
|---|
| 47 | 43 | |
|---|
| 48 | 44 | &uart0 { |
|---|
| 49 | | - status = "ok"; |
|---|
| 45 | + status = "okay"; |
|---|
| 50 | 46 | }; |
|---|
| 51 | 47 | |
|---|
| 52 | 48 | &peri_gpio0 { |
|---|
| 53 | | - status = "ok"; |
|---|
| 49 | + status = "okay"; |
|---|
| 54 | 50 | }; |
|---|
| 55 | 51 | |
|---|
| 56 | 52 | &lbc { |
|---|
| 57 | | - status = "ok"; |
|---|
| 53 | + status = "okay"; |
|---|
| 58 | 54 | #address-cells = <2>; |
|---|
| 59 | 55 | #size-cells = <1>; |
|---|
| 60 | 56 | ranges = <0 0 0x0 0x90000000 0x08000000>, |
|---|