mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-09-10 11:25:17 +02:00
19 lines
318 B
Plaintext
19 lines
318 B
Plaintext
// SPDX-License-Identifier: GPL-2.0+ OR X11
|
|
/*
|
|
* P3041DS Device Tree Source
|
|
*
|
|
* Copyright 2010 - 2015 Freescale Semiconductor Inc.
|
|
* Copyright 2019 NXP
|
|
*/
|
|
|
|
/include/ "p3041.dtsi"
|
|
|
|
/ {
|
|
model = "fsl,P3041DS";
|
|
compatible = "fsl,P3041DS";
|
|
#address-cells = <2>;
|
|
#size-cells = <2>;
|
|
interrupt-parent = <&mpic>;
|
|
|
|
};
|