| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | | - * Copyright (C) 2012 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) 2012 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"; |
|---|
| 14 | | - compatible = "ti,omap3-beagle", "ti,omap3"; |
|---|
| 11 | + compatible = "ti,omap3-beagle", "ti,omap3430", "ti,omap3"; |
|---|
| 15 | 12 | |
|---|
| 16 | 13 | cpus { |
|---|
| 17 | 14 | cpu@0 { |
|---|
| .. | .. |
|---|
| 147 | 144 | |
|---|
| 148 | 145 | clocks = <&emu_src_ck>; |
|---|
| 149 | 146 | clock-names = "apb_pclk"; |
|---|
| 150 | | - port { |
|---|
| 151 | | - etb_in: endpoint { |
|---|
| 152 | | - slave-mode; |
|---|
| 153 | | - remote-endpoint = <&etm_out>; |
|---|
| 147 | + in-ports { |
|---|
| 148 | + port { |
|---|
| 149 | + etb_in: endpoint { |
|---|
| 150 | + remote-endpoint = <&etm_out>; |
|---|
| 151 | + }; |
|---|
| 154 | 152 | }; |
|---|
| 155 | 153 | }; |
|---|
| 156 | 154 | }; |
|---|
| .. | .. |
|---|
| 161 | 159 | |
|---|
| 162 | 160 | clocks = <&emu_src_ck>; |
|---|
| 163 | 161 | clock-names = "apb_pclk"; |
|---|
| 164 | | - port { |
|---|
| 165 | | - etm_out: endpoint { |
|---|
| 166 | | - remote-endpoint = <&etb_in>; |
|---|
| 162 | + out-ports { |
|---|
| 163 | + port { |
|---|
| 164 | + etm_out: endpoint { |
|---|
| 165 | + remote-endpoint = <&etb_in>; |
|---|
| 166 | + }; |
|---|
| 167 | 167 | }; |
|---|
| 168 | 168 | }; |
|---|
| 169 | 169 | }; |
|---|
| .. | .. |
|---|
| 353 | 353 | }; |
|---|
| 354 | 354 | |
|---|
| 355 | 355 | &dss { |
|---|
| 356 | | - status = "ok"; |
|---|
| 356 | + status = "okay"; |
|---|
| 357 | 357 | |
|---|
| 358 | 358 | pinctrl-names = "default"; |
|---|
| 359 | 359 | pinctrl-0 = <&dss_dpi_pins>; |
|---|
| .. | .. |
|---|
| 367 | 367 | }; |
|---|
| 368 | 368 | |
|---|
| 369 | 369 | &venc { |
|---|
| 370 | | - status = "ok"; |
|---|
| 370 | + status = "okay"; |
|---|
| 371 | 371 | |
|---|
| 372 | 372 | vdda-supply = <&vdac>; |
|---|
| 373 | 373 | |
|---|
| .. | .. |
|---|
| 380 | 380 | }; |
|---|
| 381 | 381 | |
|---|
| 382 | 382 | &gpmc { |
|---|
| 383 | | - status = "ok"; |
|---|
| 383 | + status = "okay"; |
|---|
| 384 | 384 | ranges = <0 0 0x30000000 0x1000000>; /* CS0 space, 16MB */ |
|---|
| 385 | 385 | |
|---|
| 386 | 386 | /* Chip select 0 */ |
|---|