| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 3 | + |
|---|
| 2 | 4 | * Copyright (C) 2012 Marek Vasut <marex@denx.de> |
|---|
| 3 | | - * |
|---|
| 4 | | - * The code contained herein is licensed under the GNU General Public |
|---|
| 5 | | - * License. You may obtain a copy of the GNU General Public License |
|---|
| 6 | | - * Version 2 or later at the following locations: |
|---|
| 7 | | - * |
|---|
| 8 | | - * http://www.opensource.org/licenses/gpl-license.html |
|---|
| 9 | | - * http://www.gnu.org/copyleft/gpl.html |
|---|
| 10 | 5 | */ |
|---|
| 11 | 6 | |
|---|
| 12 | 7 | /dts-v1/; |
|---|
| .. | .. |
|---|
| 18 | 13 | |
|---|
| 19 | 14 | apb@80000000 { |
|---|
| 20 | 15 | apbh@80000000 { |
|---|
| 21 | | - ssp0: ssp@80010000 { |
|---|
| 16 | + ssp0: spi@80010000 { |
|---|
| 22 | 17 | compatible = "fsl,imx28-mmc"; |
|---|
| 23 | 18 | pinctrl-names = "default"; |
|---|
| 24 | 19 | pinctrl-0 = <&mmc0_8bit_pins_a |
|---|
| .. | .. |
|---|
| 30 | 25 | status = "okay"; |
|---|
| 31 | 26 | }; |
|---|
| 32 | 27 | |
|---|
| 33 | | - ssp2: ssp@80014000 { |
|---|
| 28 | + ssp2: spi@80014000 { |
|---|
| 34 | 29 | #address-cells = <1>; |
|---|
| 35 | 30 | #size-cells = <0>; |
|---|
| 36 | 31 | compatible = "fsl,imx28-spi"; |
|---|
| .. | .. |
|---|
| 38 | 33 | pinctrl-0 = <&spi2_pins_a>; |
|---|
| 39 | 34 | status = "okay"; |
|---|
| 40 | 35 | |
|---|
| 41 | | - flash: m25p80@0 { |
|---|
| 36 | + flash: flash@0 { |
|---|
| 42 | 37 | #address-cells = <1>; |
|---|
| 43 | 38 | #size-cells = <1>; |
|---|
| 44 | 39 | compatible = "m25p80", "jedec,spi-nor"; |
|---|