hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/nios2/boot/dts/10m50_devboard.dts
....@@ -1,17 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * 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/>.
154 */
165
176 /dts-v1/;
....@@ -108,7 +97,7 @@
10897 rx-fifo-depth = <8192>;
10998 tx-fifo-depth = <8192>;
11099 address-bits = <48>;
111
- max-frame-size = <1518>;
100
+ max-frame-size = <1500>;
112101 local-mac-address = [00 00 00 00 00 00];
113102 altr,has-supplementary-unicast;
114103 altr,enable-sup-addr = <1>;
....@@ -190,8 +179,7 @@
190179 led_pio: gpio@180014d0 {
191180 compatible = "altr,pio-1.0";
192181 reg = <0x180014d0 0x00000010>;
193
- altr,gpio-bank-width = <4>;
194
- resetvalue = <15>;
182
+ altr,ngpio = <4>;
195183 #gpio-cells = <2>;
196184 gpio-controller;
197185 };
....@@ -201,11 +189,10 @@
201189 reg = <0x180014c0 0x00000010>;
202190 interrupt-parent = <&cpu>;
203191 interrupts = <6>;
204
- altr,gpio-bank-width = <3>;
192
+ altr,ngpio = <3>;
205193 altr,interrupt-type = <2>;
206194 edge_type = <1>;
207195 level_trigger = <0>;
208
- resetvalue = <0>;
209196 #gpio-cells = <2>;
210197 gpio-controller;
211198 };