forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/arm/boot/dts/imx6dl-aristainetos_7.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"
....@@ -17,6 +13,7 @@
1713 compatible = "fsl,imx6dl";
1814
1915 memory@10000000 {
16
+ device_type = "memory";
2017 reg = <0x10000000 0x40000000>;
2118 };
2219
....@@ -72,5 +69,6 @@
7269 };
7370
7471 &pwm3 {
72
+ #pwm-cells = <2>;
7573 status = "okay";
7674 };