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