omap4: panda: convert to device model
[oweals/u-boot.git] / arch / arm / dts / omap4-u-boot.dtsi
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  * U-Boot additions
4  *
5  * (C) Copyright 2020 Tero Kristo <t-kristo@ti.com>
6  */
7
8 &l4_cfg {
9         segment@0 {
10                 /* SCM Core */
11                 target-module@2000 {
12                         compatible = "simple-bus";
13                 };
14
15                 /* USB HS */
16                 target-module@64000 {
17                         compatible = "simple-bus";
18                 };
19         };
20 };
21
22 &l4_per {
23         segment@0 {
24                 /* UART3 */
25                 target-module@20000 {
26                         compatible = "simple-bus";
27                 };
28
29                 /* I2C1 */
30                 target-module@70000 {
31                         compatible = "simple-bus";
32                 };
33
34                 /* MMC1 */
35                 target-module@9c000 {
36                         compatible = "simple-bus";
37                 };
38         };
39 };