| .. | .. |
|---|
| 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/; |
|---|
| .. | .. |
|---|
| 24 | 18 | }; |
|---|
| 25 | 19 | |
|---|
| 26 | 20 | memory@40000000 { |
|---|
| 21 | + device_type = "memory"; |
|---|
| 27 | 22 | reg = <0x40000000 0x08000000>; |
|---|
| 28 | 23 | }; |
|---|
| 29 | 24 | |
|---|
| 30 | 25 | apb@80000000 { |
|---|
| 31 | 26 | apbh@80000000 { |
|---|
| 32 | | - ssp0: ssp@80010000 { |
|---|
| 27 | + ssp0: spi@80010000 { |
|---|
| 33 | 28 | compatible = "fsl,imx28-mmc"; |
|---|
| 34 | 29 | pinctrl-names = "default"; |
|---|
| 35 | 30 | pinctrl-0 = <&mmc0_8bit_pins_a |
|---|
| .. | .. |
|---|
| 40 | 35 | non-removable; |
|---|
| 41 | 36 | }; |
|---|
| 42 | 37 | |
|---|
| 43 | | - ssp2: ssp@80014000 { |
|---|
| 38 | + ssp2: spi@80014000 { |
|---|
| 44 | 39 | compatible = "fsl,imx28-spi"; |
|---|
| 45 | 40 | pinctrl-names = "default"; |
|---|
| 46 | 41 | pinctrl-0 = <&spi2_pins_a>; |
|---|