forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/imx28-sps1.dts
....@@ -1,12 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * 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
104 */
115
126 /dts-v1/;
....@@ -17,6 +11,7 @@
1711 compatible = "schulercontrol,imx28-sps1", "fsl,imx28";
1812
1913 memory@40000000 {
14
+ device_type = "memory";
2015 reg = <0x40000000 0x08000000>;
2116 };
2217
....@@ -40,7 +35,7 @@
4035
4136 };
4237
43
- ssp0: ssp@80010000 {
38
+ ssp0: spi@80010000 {
4439 compatible = "fsl,imx28-mmc";
4540 pinctrl-names = "default";
4641 pinctrl-0 = <&mmc0_4bit_pins_a>;
....@@ -48,7 +43,7 @@
4843 status = "okay";
4944 };
5045
51
- ssp2: ssp@80014000 {
46
+ ssp2: spi@80014000 {
5247 #address-cells = <1>;
5348 #size-cells = <0>;
5449 compatible = "fsl,imx28-spi";
....@@ -56,7 +51,7 @@
5651 pinctrl-0 = <&spi2_pins_a>;
5752 status = "okay";
5853
59
- flash: m25p80@0 {
54
+ flash: flash@0 {
6055 #address-cells = <1>;
6156 #size-cells = <1>;
6257 compatible = "everspin,mr25h256", "mr25h256";