Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0+ |
Vignesh R | 7d83803 | 2018-03-26 13:27:02 +0530 | [diff] [blame] | 2 | /* |
| 3 | * Device Tree Source for Generic AM4372 EVM |
| 4 | * |
| 5 | * Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/ |
Vignesh R | 7d83803 | 2018-03-26 13:27:02 +0530 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | /dts-v1/; |
| 9 | |
| 10 | #include "am4372.dtsi" |
| 11 | |
| 12 | / { |
| 13 | compatible = "ti,am4372", "ti,am43"; |
| 14 | model = "Texas Instruments AM4372 Generic"; |
| 15 | |
| 16 | chosen { |
| 17 | stdout-path = &uart0; |
| 18 | }; |
| 19 | }; |
| 20 | |
| 21 | &i2c0 { |
| 22 | status = "okay"; |
| 23 | }; |