diff options
Diffstat (limited to 'roms/u-boot/arch/powerpc/dts/p1010rdb-pa.dts')
-rw-r--r-- | roms/u-boot/arch/powerpc/dts/p1010rdb-pa.dts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/roms/u-boot/arch/powerpc/dts/p1010rdb-pa.dts b/roms/u-boot/arch/powerpc/dts/p1010rdb-pa.dts new file mode 100644 index 000000000..360d254d9 --- /dev/null +++ b/roms/u-boot/arch/powerpc/dts/p1010rdb-pa.dts @@ -0,0 +1,18 @@ +// SPDX-License-Identifier: GPL-2.0+ OR X11 +/* + * P1010 RDB Device Tree Source + * + * Copyright 2020 NXP + */ + +/include/ "p1010si-pre.dtsi" + +/ { + model = "fsl,P1010RDB"; + compatible = "fsl,P1010RDB"; + + /include/ "p1010rdb_32b.dtsi" +}; + +/include/ "p1010si-post.dtsi" +/include/ "p1010rdb.dtsi" |