forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/boot/dts/imx6dl-aristainetos_4.dts
....@@ -1,12 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * support fot the imx6 based aristainetos board
34 *
45 * Copyright (C) 2014 Heiko Schocher <hs@denx.de>
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License version 2 as
8
- * published by the Free Software Foundation.
9
- *
106 */
117 /dts-v1/;
128 #include "imx6dl.dtsi"
....@@ -28,6 +24,7 @@
2824 };
2925
3026 memory@10000000 {
27
+ device_type = "memory";
3128 reg = <0x10000000 0x40000000>;
3229 };
3330
....@@ -64,7 +61,7 @@
6461 };
6562
6663 &ecspi2 {
67
- cs-gpios = <&gpio3 24 GPIO_ACTIVE_HIGH>;
64
+ cs-gpios = <&gpio3 24 GPIO_ACTIVE_LOW>;
6865 pinctrl-names = "default";
6966 pinctrl-0 = <&pinctrl_ecspi2>;
7067 status = "okay";
....@@ -82,5 +79,6 @@
8279 };
8380
8481 &pwm1 {
82
+ #pwm-cells = <2>;
8583 status = "okay";
8684 };