.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Device Tree for the MGCOGE plattform from keymile |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright 2008 DENX Software Engineering GmbH |
---|
5 | 6 | * Heiko Schocher <hs@denx.de> |
---|
6 | | - * |
---|
7 | | - * This program is free software; you can redistribute it and/or modify it |
---|
8 | | - * under the terms of the GNU General Public License as published by the |
---|
9 | | - * Free Software Foundation; either version 2 of the License, or (at your |
---|
10 | | - * option) any later version. |
---|
11 | 7 | */ |
---|
12 | 8 | |
---|
13 | 9 | /dts-v1/; |
---|
.. | .. |
---|
228 | 224 | reg = <0x11a80 0x40 0x89fc 0x2>; |
---|
229 | 225 | interrupts = <2 8>; |
---|
230 | 226 | interrupt-parent = <&PIC>; |
---|
231 | | - gpios = < &cpm2_pio_d 19 0>; |
---|
| 227 | + cs-gpios = < &cpm2_pio_d 19 0>; |
---|
232 | 228 | #address-cells = <1>; |
---|
233 | 229 | #size-cells = <0>; |
---|
234 | 230 | ds3106@1 { |
---|