| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | | - * Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ |
|---|
| 3 | | - * |
|---|
| 4 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 5 | | - * it under the terms of the GNU General Public License version 2 as |
|---|
| 6 | | - * published by the Free Software Foundation. |
|---|
| 3 | + * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ |
|---|
| 7 | 4 | */ |
|---|
| 8 | 5 | /dts-v1/; |
|---|
| 9 | 6 | |
|---|
| .. | .. |
|---|
| 11 | 8 | |
|---|
| 12 | 9 | / { |
|---|
| 13 | 10 | model = "TI OMAP3 BeagleBoard xM"; |
|---|
| 14 | | - compatible = "ti,omap3-beagle-xm", "ti,omap36xx", "ti,omap3"; |
|---|
| 11 | + compatible = "ti,omap3-beagle-xm", "ti,omap3630", "ti,omap36xx", "ti,omap3"; |
|---|
| 15 | 12 | |
|---|
| 16 | 13 | cpus { |
|---|
| 17 | 14 | cpu@0 { |
|---|
| .. | .. |
|---|
| 160 | 157 | |
|---|
| 161 | 158 | clocks = <&emu_src_ck>; |
|---|
| 162 | 159 | clock-names = "apb_pclk"; |
|---|
| 163 | | - port { |
|---|
| 164 | | - etb_in: endpoint { |
|---|
| 165 | | - slave-mode; |
|---|
| 166 | | - remote-endpoint = <&etm_out>; |
|---|
| 160 | + in-ports { |
|---|
| 161 | + port { |
|---|
| 162 | + etb_in: endpoint { |
|---|
| 163 | + remote-endpoint = <&etm_out>; |
|---|
| 164 | + }; |
|---|
| 167 | 165 | }; |
|---|
| 168 | 166 | }; |
|---|
| 169 | 167 | }; |
|---|
| .. | .. |
|---|
| 174 | 172 | |
|---|
| 175 | 173 | clocks = <&emu_src_ck>; |
|---|
| 176 | 174 | clock-names = "apb_pclk"; |
|---|
| 177 | | - port { |
|---|
| 178 | | - etm_out: endpoint { |
|---|
| 179 | | - remote-endpoint = <&etb_in>; |
|---|
| 175 | + out-ports { |
|---|
| 176 | + port { |
|---|
| 177 | + etm_out: endpoint { |
|---|
| 178 | + remote-endpoint = <&etb_in>; |
|---|
| 179 | + }; |
|---|
| 180 | 180 | }; |
|---|
| 181 | 181 | }; |
|---|
| 182 | 182 | }; |
|---|
| .. | .. |
|---|
| 389 | 389 | }; |
|---|
| 390 | 390 | |
|---|
| 391 | 391 | &dss { |
|---|
| 392 | | - status = "ok"; |
|---|
| 392 | + status = "okay"; |
|---|
| 393 | 393 | |
|---|
| 394 | 394 | pinctrl-names = "default"; |
|---|
| 395 | 395 | pinctrl-0 = < |
|---|
| .. | .. |
|---|
| 406 | 406 | }; |
|---|
| 407 | 407 | |
|---|
| 408 | 408 | &venc { |
|---|
| 409 | | - status = "ok"; |
|---|
| 409 | + status = "okay"; |
|---|
| 410 | 410 | |
|---|
| 411 | 411 | vdda-supply = <&vdac>; |
|---|
| 412 | 412 | |
|---|