| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Device Tree for DA850 EVM board |
|---|
| 3 | 4 | * |
|---|
| 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/ |
|---|
| 9 | 6 | */ |
|---|
| 10 | 7 | /dts-v1/; |
|---|
| 11 | 8 | #include "da850.dtsi" |
|---|
| .. | .. |
|---|
| 191 | 188 | }; |
|---|
| 192 | 189 | }; |
|---|
| 193 | 190 | |
|---|
| 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 | + |
|---|
| 194 | 204 | &sata { |
|---|
| 195 | 205 | status = "okay"; |
|---|
| 196 | 206 | }; |
|---|
| .. | .. |
|---|
| 242 | 252 | gpio-controller; |
|---|
| 243 | 253 | #gpio-cells = <2>; |
|---|
| 244 | 254 | }; |
|---|
| 255 | + tca6416_bb: gpio@21 { |
|---|
| 256 | + compatible = "ti,tca6416"; |
|---|
| 257 | + reg = <0x21>; |
|---|
| 258 | + gpio-controller; |
|---|
| 259 | + #gpio-cells = <2>; |
|---|
| 260 | + }; |
|---|
| 245 | 261 | }; |
|---|
| 246 | 262 | |
|---|
| 247 | 263 | &wdt { |
|---|
| .. | .. |
|---|
| 265 | 281 | flash: m25p80@0 { |
|---|
| 266 | 282 | #address-cells = <1>; |
|---|
| 267 | 283 | #size-cells = <1>; |
|---|
| 268 | | - compatible = "m25p64"; |
|---|
| 284 | + compatible = "jedec,spi-nor"; |
|---|
| 269 | 285 | spi-max-frequency = <30000000>; |
|---|
| 270 | 286 | m25p,fast-read; |
|---|
| 271 | 287 | reg = <0>; |
|---|