| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2015 Altera Corporation. All rights reserved. |
|---|
| 3 | | - * |
|---|
| 4 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 5 | | - * it under the terms and conditions of the GNU General Public License, |
|---|
| 6 | | - * version 2, as published by the Free Software Foundation. |
|---|
| 7 | | - * |
|---|
| 8 | | - * This program is distributed in the hope it will be useful, but WITHOUT |
|---|
| 9 | | - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|---|
| 10 | | - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
|---|
| 11 | | - * more details. |
|---|
| 12 | | - * |
|---|
| 13 | | - * You should have received a copy of the GNU General Public License along with |
|---|
| 14 | | - * this program. If not, see <http://www.gnu.org/licenses/>. |
|---|
| 15 | 4 | */ |
|---|
| 16 | 5 | |
|---|
| 17 | 6 | /dts-v1/; |
|---|
| .. | .. |
|---|
| 108 | 97 | rx-fifo-depth = <8192>; |
|---|
| 109 | 98 | tx-fifo-depth = <8192>; |
|---|
| 110 | 99 | address-bits = <48>; |
|---|
| 111 | | - max-frame-size = <1518>; |
|---|
| 100 | + max-frame-size = <1500>; |
|---|
| 112 | 101 | local-mac-address = [00 00 00 00 00 00]; |
|---|
| 113 | 102 | altr,has-supplementary-unicast; |
|---|
| 114 | 103 | altr,enable-sup-addr = <1>; |
|---|
| .. | .. |
|---|
| 190 | 179 | led_pio: gpio@180014d0 { |
|---|
| 191 | 180 | compatible = "altr,pio-1.0"; |
|---|
| 192 | 181 | reg = <0x180014d0 0x00000010>; |
|---|
| 193 | | - altr,gpio-bank-width = <4>; |
|---|
| 194 | | - resetvalue = <15>; |
|---|
| 182 | + altr,ngpio = <4>; |
|---|
| 195 | 183 | #gpio-cells = <2>; |
|---|
| 196 | 184 | gpio-controller; |
|---|
| 197 | 185 | }; |
|---|
| .. | .. |
|---|
| 201 | 189 | reg = <0x180014c0 0x00000010>; |
|---|
| 202 | 190 | interrupt-parent = <&cpu>; |
|---|
| 203 | 191 | interrupts = <6>; |
|---|
| 204 | | - altr,gpio-bank-width = <3>; |
|---|
| 192 | + altr,ngpio = <3>; |
|---|
| 205 | 193 | altr,interrupt-type = <2>; |
|---|
| 206 | 194 | edge_type = <1>; |
|---|
| 207 | 195 | level_trigger = <0>; |
|---|
| 208 | | - resetvalue = <0>; |
|---|
| 209 | 196 | #gpio-cells = <2>; |
|---|
| 210 | 197 | gpio-controller; |
|---|
| 211 | 198 | }; |
|---|