forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/boot/dts/imx28-m28evk.dts
....@@ -1,12 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
3
+
24 * 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
105 */
116
127 /dts-v1/;
....@@ -18,7 +13,7 @@
1813
1914 apb@80000000 {
2015 apbh@80000000 {
21
- ssp0: ssp@80010000 {
16
+ ssp0: spi@80010000 {
2217 compatible = "fsl,imx28-mmc";
2318 pinctrl-names = "default";
2419 pinctrl-0 = <&mmc0_8bit_pins_a
....@@ -30,7 +25,7 @@
3025 status = "okay";
3126 };
3227
33
- ssp2: ssp@80014000 {
28
+ ssp2: spi@80014000 {
3429 #address-cells = <1>;
3530 #size-cells = <0>;
3631 compatible = "fsl,imx28-spi";
....@@ -38,7 +33,7 @@
3833 pinctrl-0 = <&spi2_pins_a>;
3934 status = "okay";
4035
41
- flash: m25p80@0 {
36
+ flash: flash@0 {
4237 #address-cells = <1>;
4338 #size-cells = <1>;
4439 compatible = "m25p80", "jedec,spi-nor";