| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2012 Armadeus Systems - <support@armadeus.com> |
|---|
| 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 | 4 | */ |
|---|
| 11 | 5 | |
|---|
| 12 | 6 | /* APF28Dev is a docking board for the APF28 SOM */ |
|---|
| .. | .. |
|---|
| 18 | 12 | |
|---|
| 19 | 13 | apb@80000000 { |
|---|
| 20 | 14 | apbh@80000000 { |
|---|
| 21 | | - ssp0: ssp@80010000 { |
|---|
| 15 | + ssp0: spi@80010000 { |
|---|
| 22 | 16 | compatible = "fsl,imx28-mmc"; |
|---|
| 23 | 17 | pinctrl-names = "default"; |
|---|
| 24 | 18 | pinctrl-0 = <&mmc0_4bit_pins_a |
|---|
| .. | .. |
|---|
| 27 | 21 | status = "okay"; |
|---|
| 28 | 22 | }; |
|---|
| 29 | 23 | |
|---|
| 30 | | - ssp2: ssp@80014000 { |
|---|
| 24 | + ssp2: spi@80014000 { |
|---|
| 31 | 25 | compatible = "fsl,imx28-spi"; |
|---|
| 32 | 26 | pinctrl-names = "default"; |
|---|
| 33 | 27 | pinctrl-0 = <&spi2_pins_a>; |
|---|