forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/imx28-duckbill-2-spi.dts
....@@ -1,13 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright (C) 2015-2017 I2SE GmbH <info@i2se.com>
34 * Copyright (C) 2016 Michael Heimpold <mhei@heimpold.de>
4
- *
5
- * The code contained herein is licensed under the GNU General Public
6
- * License. You may obtain a copy of the GNU General Public License
7
- * Version 2 or later at the following locations:
8
- *
9
- * http://www.opensource.org/licenses/gpl-license.html
10
- * http://www.gnu.org/copyleft/gpl.html
115 */
126
137 /dts-v1/;
....@@ -24,12 +18,13 @@
2418 };
2519
2620 memory@40000000 {
21
+ device_type = "memory";
2722 reg = <0x40000000 0x08000000>;
2823 };
2924
3025 apb@80000000 {
3126 apbh@80000000 {
32
- ssp0: ssp@80010000 {
27
+ ssp0: spi@80010000 {
3328 compatible = "fsl,imx28-mmc";
3429 pinctrl-names = "default";
3530 pinctrl-0 = <&mmc0_8bit_pins_a
....@@ -40,7 +35,7 @@
4035 non-removable;
4136 };
4237
43
- ssp2: ssp@80014000 {
38
+ ssp2: spi@80014000 {
4439 compatible = "fsl,imx28-spi";
4540 pinctrl-names = "default";
4641 pinctrl-0 = <&spi2_pins_a>;