Hou Zhiqiang | d2d019b | 2020-05-01 19:06:26 +0800 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0+ OR X11 |
2 | /* | ||||
3 | * P1010 RDB Device Tree Source (36-bit address map) | ||||
4 | * | ||||
5 | * Copyright 2020 NXP | ||||
6 | */ | ||||
7 | |||||
8 | /include/ "p1010si-pre.dtsi" | ||||
9 | |||||
10 | / { | ||||
11 | model = "fsl,P1010RDB-PB"; | ||||
12 | compatible = "fsl,P1010RDB-PB"; | ||||
13 | |||||
14 | /include/ "p1010rdb_36b.dtsi" | ||||
15 | }; | ||||
16 | |||||
17 | /include/ "p1010si-post.dtsi" |