.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2015-2017 I2SE GmbH <info@i2se.com> |
---|
3 | 4 | * Copyright (C) 2016 Michael Heimpold <mhei@heimpold.de> |
---|
4 | | - * |
---|
5 | | - * The code contained herein is licensed under the GNU General Public |
---|
6 | | - * License. You may obtain a copy of the GNU General Public License |
---|
7 | | - * Version 2 or later at the following locations: |
---|
8 | | - * |
---|
9 | | - * http://www.opensource.org/licenses/gpl-license.html |
---|
10 | | - * http://www.gnu.org/copyleft/gpl.html |
---|
11 | 5 | */ |
---|
12 | 6 | |
---|
13 | 7 | /dts-v1/; |
---|
.. | .. |
---|
21 | 15 | compatible = "i2se,duckbill-2-enocean", "i2se,duckbill-2", "fsl,imx28"; |
---|
22 | 16 | |
---|
23 | 17 | memory@40000000 { |
---|
| 18 | + device_type = "memory"; |
---|
24 | 19 | reg = <0x40000000 0x08000000>; |
---|
25 | 20 | }; |
---|
26 | 21 | |
---|
27 | 22 | apb@80000000 { |
---|
28 | 23 | apbh@80000000 { |
---|
29 | | - ssp0: ssp@80010000 { |
---|
| 24 | + ssp0: spi@80010000 { |
---|
30 | 25 | compatible = "fsl,imx28-mmc"; |
---|
31 | 26 | pinctrl-names = "default"; |
---|
32 | 27 | pinctrl-0 = <&mmc0_8bit_pins_a |
---|
.. | .. |
---|
37 | 32 | non-removable; |
---|
38 | 33 | }; |
---|
39 | 34 | |
---|
40 | | - ssp2: ssp@80014000 { |
---|
| 35 | + ssp2: spi@80014000 { |
---|
41 | 36 | compatible = "fsl,imx28-mmc"; |
---|
42 | 37 | pinctrl-names = "default"; |
---|
43 | 38 | pinctrl-0 = <&mmc2_4bit_pins_b |
---|