| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright 2012 Freescale Semiconductor, Inc. |
|---|
| 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 | /dts-v1/; |
|---|
| .. | .. |
|---|
| 23 | 17 | |
|---|
| 24 | 18 | apb@80000000 { |
|---|
| 25 | 19 | apbh@80000000 { |
|---|
| 26 | | - ssp0: ssp@80010000 { |
|---|
| 20 | + ssp0: spi@80010000 { |
|---|
| 27 | 21 | compatible = "fsl,imx23-mmc"; |
|---|
| 28 | 22 | pinctrl-names = "default"; |
|---|
| 29 | 23 | pinctrl-0 = <&mmc0_4bit_pins_a &mmc0_pins_fixup>; |
|---|