forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/arch/arm/boot/dts/da850-evm.dts
....@@ -1,11 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Device Tree for DA850 EVM board
34 *
4
- * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
5
- *
6
- * This program is free software; you can redistribute it and/or modify it
7
- * under the terms of the GNU General Public License as published by the
8
- * Free Software Foundation, version 2.
5
+ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
96 */
107 /dts-v1/;
118 #include "da850.dtsi"
....@@ -191,6 +188,19 @@
191188 };
192189 };
193190
191
+&cpu {
192
+ cpu-supply = <&vdcdc3_reg>;
193
+};
194
+
195
+/*
196
+ * The standard da850-evm kits and SOM's are 375MHz so enable this operating
197
+ * point by default. Higher frequencies must be enabled for custom boards with
198
+ * other variants of the SoC.
199
+ */
200
+&opp_375 {
201
+ status = "okay";
202
+};
203
+
194204 &sata {
195205 status = "okay";
196206 };
....@@ -242,6 +252,12 @@
242252 gpio-controller;
243253 #gpio-cells = <2>;
244254 };
255
+ tca6416_bb: gpio@21 {
256
+ compatible = "ti,tca6416";
257
+ reg = <0x21>;
258
+ gpio-controller;
259
+ #gpio-cells = <2>;
260
+ };
245261 };
246262
247263 &wdt {
....@@ -265,7 +281,7 @@
265281 flash: m25p80@0 {
266282 #address-cells = <1>;
267283 #size-cells = <1>;
268
- compatible = "m25p64";
284
+ compatible = "jedec,spi-nor";
269285 spi-max-frequency = <30000000>;
270286 m25p,fast-read;
271287 reg = <0>;