| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Abilis Systems TB101 Development Kit PCB device tree |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright (C) Abilis Systems 2013 |
|---|
| 5 | 6 | * |
|---|
| 6 | 7 | * Author: Christian Ruppert <christian.ruppert@abilis.com> |
|---|
| 7 | | - * |
|---|
| 8 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 9 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 10 | | - * published by the Free Software Foundation. |
|---|
| 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, MA 02111-1307 USA |
|---|
| 20 | 8 | */ |
|---|
| 21 | 9 | |
|---|
| 22 | 10 | /dts-v1/; |
|---|
| .. | .. |
|---|
| 37 | 25 | }; |
|---|
| 38 | 26 | |
|---|
| 39 | 27 | soc100 { |
|---|
| 40 | | - uart@FF100000 { |
|---|
| 28 | + uart@ff100000 { |
|---|
| 41 | 29 | pinctrl-names = "default"; |
|---|
| 42 | 30 | pinctrl-0 = <&pctl_uart0>; |
|---|
| 43 | 31 | }; |
|---|
| 44 | | - ethernet@FE100000 { |
|---|
| 32 | + ethernet@fe100000 { |
|---|
| 45 | 33 | phy-mode = "rgmii"; |
|---|
| 46 | 34 | }; |
|---|
| 47 | 35 | |
|---|
| 48 | | - i2c0: i2c@FF120000 { |
|---|
| 36 | + i2c0: i2c@ff120000 { |
|---|
| 49 | 37 | i2c-sda-hold-time-ns = <432>; |
|---|
| 50 | 38 | }; |
|---|
| 51 | | - i2c1: i2c@FF121000 { |
|---|
| 39 | + i2c1: i2c@ff121000 { |
|---|
| 52 | 40 | i2c-sda-hold-time-ns = <432>; |
|---|
| 53 | 41 | }; |
|---|
| 54 | | - i2c2: i2c@FF122000 { |
|---|
| 42 | + i2c2: i2c@ff122000 { |
|---|
| 55 | 43 | i2c-sda-hold-time-ns = <432>; |
|---|
| 56 | 44 | }; |
|---|
| 57 | | - i2c3: i2c@FF123000 { |
|---|
| 45 | + i2c3: i2c@ff123000 { |
|---|
| 58 | 46 | i2c-sda-hold-time-ns = <432>; |
|---|
| 59 | 47 | }; |
|---|
| 60 | | - i2c4: i2c@FF124000 { |
|---|
| 48 | + i2c4: i2c@ff124000 { |
|---|
| 61 | 49 | i2c-sda-hold-time-ns = <432>; |
|---|
| 62 | 50 | }; |
|---|
| 63 | 51 | |
|---|