hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/arch/arm/boot/dts/imx6dl-rex-basic.dts
....@@ -1,12 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright 2014 FEDEVEL, Inc.
34 *
45 * Author: Robert Nelson <robertcnelson@gmail.com>
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,12 +13,13 @@
1713 compatible = "rex,imx6dl-rex-basic", "fsl,imx6dl";
1814
1915 memory@10000000 {
16
+ device_type = "memory";
2017 reg = <0x10000000 0x20000000>;
2118 };
2219 };
2320
2421 &ecspi3 {
25
- flash: m25p80@0 {
22
+ flash: flash@0 {
2623 compatible = "sst,sst25vf016b", "jedec,spi-nor";
2724 spi-max-frequency = <20000000>;
2825 reg = <0>;