hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/imx6q-rex-pro.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 "imx6q.dtsi"
....@@ -17,12 +13,13 @@
1713 compatible = "rex,imx6q-rex-pro", "fsl,imx6q";
1814
1915 memory@10000000 {
16
+ device_type = "memory";
2017 reg = <0x10000000 0x80000000>;
2118 };
2219 };
2320
2421 &ecspi3 {
25
- flash: m25p80@0 {
22
+ flash: flash@0 {
2623 compatible = "sst,sst25vf032b", "jedec,spi-nor";
2724 spi-max-frequency = <20000000>;
2825 reg = <0>;