forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/imx28-duckbill.dts
....@@ -1,13 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Copyright (C) 2013-2014,2016 Michael Heimpold <mhei@heimpold.de>
34 * Copyright (C) 2015-2017 I2SE GmbH <info@i2se.com>
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/;
....@@ -19,12 +13,13 @@
1913 compatible = "i2se,duckbill", "fsl,imx28";
2014
2115 memory@40000000 {
16
+ device_type = "memory";
2217 reg = <0x40000000 0x08000000>;
2318 };
2419
2520 apb@80000000 {
2621 apbh@80000000 {
27
- ssp0: ssp@80010000 {
22
+ ssp0: spi@80010000 {
2823 compatible = "fsl,imx28-mmc";
2924 pinctrl-names = "default";
3025 pinctrl-0 = <&mmc0_4bit_pins_a
....@@ -34,7 +29,7 @@
3429 status = "okay";
3530 };
3631
37
- ssp2: ssp@80014000 {
32
+ ssp2: spi@80014000 {
3833 compatible = "fsl,imx28-spi";
3934 pinctrl-names = "default";
4035 pinctrl-0 = <&spi2_pins_a>;