mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 11:13:58 +08:00
powerpc/fsl: Move Freescale device tree files into fsl folder
It makes no sense that some Freescale device tree files are in fsl directory while some others not. This patch move Freescale device tree files into fsl folder. To do that the following two steps are made: - Move Freescale device tree files into fsl folder. - Update the include path in these files from "fsl/*.dtsi" to "*.dtsi". Please add "fsl/" prefix when you make dtb using Makefile. Signed-off-by: Jia Hongtao <hongtao.jia@freescale.com> [scottwood: fixed cuImage rule] Signed-off-by: Scott Wood <scottwood@freescale.com>
This commit is contained in:
parent
2d80f651c8
commit
dc37374b9c
@ -364,6 +364,9 @@ $(obj)/cuImage.initrd.%: vmlinux $(obj)/%.dtb $(wrapperbits)
|
||||
$(obj)/cuImage.%: vmlinux $(obj)/%.dtb $(wrapperbits)
|
||||
$(call if_changed,wrap,cuboot-$*,,$(obj)/$*.dtb)
|
||||
|
||||
$(obj)/cuImage.%: vmlinux $(obj)/fsl/%.dtb $(wrapperbits)
|
||||
$(call if_changed,wrap,cuboot-$*,,$(obj)/fsl/$*.dtb)
|
||||
|
||||
$(obj)/simpleImage.initrd.%: vmlinux $(obj)/%.dtb $(wrapperbits)
|
||||
$(call if_changed,wrap,simpleboot-$*,,$(obj)/$*.dtb,$(obj)/ramdisk.image.gz)
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
* this software, even if advised of the possibility of such damage.
|
||||
*/
|
||||
|
||||
/include/ "fsl/b4420si-pre.dtsi"
|
||||
/include/ "b4420si-pre.dtsi"
|
||||
/include/ "b4qds.dtsi"
|
||||
|
||||
/ {
|
||||
@ -47,4 +47,4 @@
|
||||
|
||||
};
|
||||
|
||||
/include/ "fsl/b4420si-post.dtsi"
|
||||
/include/ "b4420si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/b4860si-pre.dtsi"
|
||||
/include/ "b4860si-pre.dtsi"
|
||||
/include/ "b4qds.dtsi"
|
||||
|
||||
/ {
|
||||
@ -58,4 +58,4 @@
|
||||
|
||||
};
|
||||
|
||||
/include/ "fsl/b4860si-post.dtsi"
|
||||
/include/ "b4860si-post.dtsi"
|
@ -229,4 +229,4 @@
|
||||
|
||||
};
|
||||
|
||||
/include/ "fsl/b4si-post.dtsi"
|
||||
/include/ "b4si-post.dtsi"
|
@ -9,7 +9,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/bsc9131si-pre.dtsi"
|
||||
/include/ "bsc9131si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,bsc9131rdb";
|
||||
@ -31,4 +31,4 @@
|
||||
};
|
||||
|
||||
/include/ "bsc9131rdb.dtsi"
|
||||
/include/ "fsl/bsc9131si-post.dtsi"
|
||||
/include/ "bsc9131si-post.dtsi"
|
@ -9,7 +9,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/bsc9132si-pre.dtsi"
|
||||
/include/ "bsc9132si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,bsc9132qds";
|
||||
@ -32,4 +32,4 @@
|
||||
};
|
||||
|
||||
/include/ "bsc9132qds.dtsi"
|
||||
/include/ "fsl/bsc9132si-post.dtsi"
|
||||
/include/ "bsc9132si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/c293si-pre.dtsi"
|
||||
/include/ "c293si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,C293PCIE";
|
||||
@ -221,4 +221,4 @@
|
||||
phy-connection-type = "rgmii-id";
|
||||
};
|
||||
};
|
||||
/include/ "fsl/c293si-post.dtsi"
|
||||
/include/ "c293si-post.dtsi"
|
@ -12,7 +12,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p5020si-pre.dtsi"
|
||||
/include/ "p5020si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "varisys,CYRUS";
|
||||
@ -152,4 +152,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/p5020si-post.dtsi"
|
||||
/include/ "p5020si-post.dtsi"
|
@ -12,7 +12,7 @@
|
||||
* Copyright 2009 Freescale Semiconductor Inc.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p2020si-pre.dtsi"
|
||||
/include/ "p2020si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "GE_IMP3A";
|
||||
@ -252,4 +252,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/p2020si-post.dtsi"
|
||||
/include/ "p2020si-post.dtsi"
|
@ -12,7 +12,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p2041si-pre.dtsi"
|
||||
/include/ "p2041si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "keymile,kmcoge4";
|
||||
@ -176,4 +176,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/p2041si-post.dtsi"
|
||||
/include/ "p2041si-post.dtsi"
|
@ -9,7 +9,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/mpc8536si-pre.dtsi"
|
||||
/include/ "mpc8536si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,mpc8536ds";
|
||||
@ -105,5 +105,5 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/mpc8536si-post.dtsi"
|
||||
/include/ "mpc8536si-post.dtsi"
|
||||
/include/ "mpc8536ds.dtsi"
|
@ -9,7 +9,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/mpc8536si-pre.dtsi"
|
||||
/include/ "mpc8536si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,mpc8536ds";
|
||||
@ -105,5 +105,5 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/mpc8536si-post.dtsi"
|
||||
/include/ "mpc8536si-post.dtsi"
|
||||
/include/ "mpc8536ds.dtsi"
|
@ -11,7 +11,7 @@
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
/include/ "fsl/e500v2_power_isa.dtsi"
|
||||
/include/ "e500v2_power_isa.dtsi"
|
||||
|
||||
/ {
|
||||
model = "MPC8540ADS";
|
@ -11,7 +11,7 @@
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
/include/ "fsl/e500v2_power_isa.dtsi"
|
||||
/include/ "e500v2_power_isa.dtsi"
|
||||
|
||||
/ {
|
||||
model = "MPC8541CDS";
|
@ -9,7 +9,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/mpc8544si-pre.dtsi"
|
||||
/include/ "mpc8544si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "MPC8544DS";
|
||||
@ -103,5 +103,5 @@
|
||||
* for interrupt-map & interrupt-map-mask
|
||||
*/
|
||||
|
||||
/include/ "fsl/mpc8544si-post.dtsi"
|
||||
/include/ "mpc8544si-post.dtsi"
|
||||
/include/ "mpc8544ds.dtsi"
|
@ -9,7 +9,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/mpc8548si-pre.dtsi"
|
||||
/include/ "mpc8548si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "MPC8548CDS";
|
||||
@ -82,5 +82,5 @@
|
||||
* for interrupt-map & interrupt-map-mask.
|
||||
*/
|
||||
|
||||
/include/ "fsl/mpc8548si-post.dtsi"
|
||||
/include/ "mpc8548si-post.dtsi"
|
||||
/include/ "mpc8548cds.dtsi"
|
@ -9,7 +9,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/mpc8548si-pre.dtsi"
|
||||
/include/ "mpc8548si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "MPC8548CDS";
|
||||
@ -82,5 +82,5 @@
|
||||
* for interrupt-map & interrupt-map-mask.
|
||||
*/
|
||||
|
||||
/include/ "fsl/mpc8548si-post.dtsi"
|
||||
/include/ "mpc8548si-post.dtsi"
|
||||
/include/ "mpc8548cds.dtsi"
|
@ -11,7 +11,7 @@
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
/include/ "fsl/e500v2_power_isa.dtsi"
|
||||
/include/ "e500v2_power_isa.dtsi"
|
||||
|
||||
/ {
|
||||
model = "MPC8555CDS";
|
@ -11,7 +11,7 @@
|
||||
|
||||
/dts-v1/;
|
||||
|
||||
/include/ "fsl/e500v2_power_isa.dtsi"
|
||||
/include/ "e500v2_power_isa.dtsi"
|
||||
|
||||
/ {
|
||||
model = "MPC8560ADS";
|
@ -9,7 +9,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/mpc8568si-pre.dtsi"
|
||||
/include/ "mpc8568si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "MPC8568EMDS";
|
||||
@ -311,4 +311,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/mpc8568si-post.dtsi"
|
||||
/include/ "mpc8568si-post.dtsi"
|
@ -9,7 +9,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/mpc8569si-pre.dtsi"
|
||||
/include/ "mpc8569si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "MPC8569EMDS";
|
||||
@ -444,4 +444,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/mpc8569si-post.dtsi"
|
||||
/include/ "mpc8569si-post.dtsi"
|
@ -9,7 +9,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/mpc8572si-pre.dtsi"
|
||||
/include/ "mpc8572si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,MPC8572DS";
|
||||
@ -86,5 +86,5 @@
|
||||
* for interrupt-map & interrupt-map-mask
|
||||
*/
|
||||
|
||||
/include/ "fsl/mpc8572si-post.dtsi"
|
||||
/include/ "mpc8572si-post.dtsi"
|
||||
/include/ "mpc8572ds.dtsi"
|
@ -9,7 +9,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/mpc8572si-pre.dtsi"
|
||||
/include/ "mpc8572si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,MPC8572DS";
|
||||
@ -86,5 +86,5 @@
|
||||
* for interrupt-map & interrupt-map-mask
|
||||
*/
|
||||
|
||||
/include/ "fsl/mpc8572si-post.dtsi"
|
||||
/include/ "mpc8572si-post.dtsi"
|
||||
/include/ "mpc8572ds.dtsi"
|
@ -12,7 +12,7 @@
|
||||
* Copyright 2009 Freescale Semiconductor Inc.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p2020si-pre.dtsi"
|
||||
/include/ "p2020si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "MVME2500";
|
||||
@ -258,7 +258,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/p2020si-post.dtsi"
|
||||
/include/ "p2020si-post.dtsi"
|
||||
|
||||
/ {
|
||||
soc@ffe00000 {
|
@ -36,7 +36,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p4080si-pre.dtsi"
|
||||
/include/ "p4080si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,OCA4080";
|
||||
@ -142,4 +142,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/p4080si-post.dtsi"
|
||||
/include/ "p4080si-post.dtsi"
|
@ -9,7 +9,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1010si-pre.dtsi"
|
||||
/include/ "p1010si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,P1010RDB";
|
||||
@ -20,4 +20,4 @@
|
||||
|
||||
/include/ "p1010rdb.dtsi"
|
||||
/include/ "p1010rdb-pa.dtsi"
|
||||
/include/ "fsl/p1010si-post.dtsi"
|
||||
/include/ "p1010si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1010si-pre.dtsi"
|
||||
/include/ "p1010si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,P1010RDB";
|
||||
@ -43,4 +43,4 @@
|
||||
|
||||
/include/ "p1010rdb.dtsi"
|
||||
/include/ "p1010rdb-pa.dtsi"
|
||||
/include/ "fsl/p1010si-post.dtsi"
|
||||
/include/ "p1010si-post.dtsi"
|
@ -9,7 +9,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1010si-pre.dtsi"
|
||||
/include/ "p1010si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,P1010RDB-PB";
|
||||
@ -32,4 +32,4 @@
|
||||
interrupts = <1 1 0 0>;
|
||||
};
|
||||
|
||||
/include/ "fsl/p1010si-post.dtsi"
|
||||
/include/ "p1010si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1010si-pre.dtsi"
|
||||
/include/ "p1010si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,P1010RDB-PB";
|
||||
@ -55,4 +55,4 @@
|
||||
interrupts = <1 1 0 0>;
|
||||
};
|
||||
|
||||
/include/ "fsl/p1010si-post.dtsi"
|
||||
/include/ "p1010si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1020si-pre.dtsi"
|
||||
/include/ "p1020si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1020MBG-PC";
|
||||
compatible = "fsl,P1020MBG-PC";
|
||||
@ -86,4 +86,4 @@
|
||||
};
|
||||
|
||||
/include/ "p1020mbg-pc.dtsi"
|
||||
/include/ "fsl/p1020si-post.dtsi"
|
||||
/include/ "p1020si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1020si-pre.dtsi"
|
||||
/include/ "p1020si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1020MBG-PC";
|
||||
compatible = "fsl,P1020MBG-PC";
|
||||
@ -86,4 +86,4 @@
|
||||
};
|
||||
|
||||
/include/ "p1020mbg-pc.dtsi"
|
||||
/include/ "fsl/p1020si-post.dtsi"
|
||||
/include/ "p1020si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1020si-pre.dtsi"
|
||||
/include/ "p1020si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1020RDB-PC";
|
||||
compatible = "fsl,P1020RDB-PC";
|
||||
@ -87,4 +87,4 @@
|
||||
};
|
||||
|
||||
/include/ "p1020rdb-pc.dtsi"
|
||||
/include/ "fsl/p1020si-post.dtsi"
|
||||
/include/ "p1020si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1020si-pre.dtsi"
|
||||
/include/ "p1020si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1020RDB-PC";
|
||||
compatible = "fsl,P1020RDB-PC";
|
||||
@ -87,4 +87,4 @@
|
||||
};
|
||||
|
||||
/include/ "p1020rdb-pc.dtsi"
|
||||
/include/ "fsl/p1020si-post.dtsi"
|
||||
/include/ "p1020si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1020si-pre.dtsi"
|
||||
/include/ "p1020si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1020RDB-PD";
|
||||
compatible = "fsl,P1020RDB-PD";
|
||||
@ -289,4 +289,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/p1020si-post.dtsi"
|
||||
/include/ "p1020si-post.dtsi"
|
@ -9,7 +9,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1020si-pre.dtsi"
|
||||
/include/ "p1020si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1020RDB";
|
||||
compatible = "fsl,P1020RDB";
|
||||
@ -63,4 +63,4 @@
|
||||
};
|
||||
|
||||
/include/ "p1020rdb.dtsi"
|
||||
/include/ "fsl/p1020si-post.dtsi"
|
||||
/include/ "p1020si-post.dtsi"
|
@ -9,7 +9,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1020si-pre.dtsi"
|
||||
/include/ "p1020si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1020RDB";
|
||||
compatible = "fsl,P1020RDB";
|
||||
@ -63,4 +63,4 @@
|
||||
};
|
||||
|
||||
/include/ "p1020rdb.dtsi"
|
||||
/include/ "fsl/p1020si-post.dtsi"
|
||||
/include/ "p1020si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1020si-pre.dtsi"
|
||||
/include/ "p1020si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1020UTM-PC";
|
||||
compatible = "fsl,P1020UTM-PC";
|
||||
@ -86,4 +86,4 @@
|
||||
};
|
||||
|
||||
/include/ "p1020utm-pc.dtsi"
|
||||
/include/ "fsl/p1020si-post.dtsi"
|
||||
/include/ "p1020si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1020si-pre.dtsi"
|
||||
/include/ "p1020si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1020UTM-PC";
|
||||
compatible = "fsl,P1020UTM-PC";
|
||||
@ -86,4 +86,4 @@
|
||||
};
|
||||
|
||||
/include/ "p1020utm-pc.dtsi"
|
||||
/include/ "fsl/p1020si-post.dtsi"
|
||||
/include/ "p1020si-post.dtsi"
|
@ -9,7 +9,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1021si-pre.dtsi"
|
||||
/include/ "p1021si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1021";
|
||||
compatible = "fsl,P1021MDS";
|
||||
@ -320,4 +320,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/p1021si-post.dtsi"
|
||||
/include/ "p1021si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1021si-pre.dtsi"
|
||||
/include/ "p1021si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1021RDB";
|
||||
compatible = "fsl,P1021RDB-PC";
|
||||
@ -93,4 +93,4 @@
|
||||
};
|
||||
|
||||
/include/ "p1021rdb-pc.dtsi"
|
||||
/include/ "fsl/p1021si-post.dtsi"
|
||||
/include/ "p1021si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1021si-pre.dtsi"
|
||||
/include/ "p1021si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1021RDB";
|
||||
compatible = "fsl,P1021RDB-PC";
|
||||
@ -93,4 +93,4 @@
|
||||
};
|
||||
|
||||
/include/ "p1021rdb-pc.dtsi"
|
||||
/include/ "fsl/p1021si-post.dtsi"
|
||||
/include/ "p1021si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1022si-pre.dtsi"
|
||||
/include/ "p1022si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1022DS";
|
||||
compatible = "fsl,P1022DS";
|
||||
@ -99,5 +99,5 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/p1022si-post.dtsi"
|
||||
/include/ "p1022si-post.dtsi"
|
||||
/include/ "p1022ds.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1022si-pre.dtsi"
|
||||
/include/ "p1022si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1022DS";
|
||||
compatible = "fsl,P1022DS";
|
||||
@ -99,5 +99,5 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/p1022si-post.dtsi"
|
||||
/include/ "p1022si-post.dtsi"
|
||||
/include/ "p1022ds.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1022si-pre.dtsi"
|
||||
/include/ "p1022si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1022RDK";
|
||||
compatible = "fsl,P1022RDK";
|
||||
@ -185,4 +185,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/p1022si-post.dtsi"
|
||||
/include/ "p1022si-post.dtsi"
|
@ -34,7 +34,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1023si-pre.dtsi"
|
||||
/include/ "p1023si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,P1023";
|
||||
@ -257,4 +257,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/p1023si-post.dtsi"
|
||||
/include/ "p1023si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1020si-pre.dtsi"
|
||||
/include/ "p1020si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1024RDB";
|
||||
compatible = "fsl,P1024RDB";
|
||||
@ -84,4 +84,4 @@
|
||||
};
|
||||
|
||||
/include/ "p1024rdb.dtsi"
|
||||
/include/ "fsl/p1020si-post.dtsi"
|
||||
/include/ "p1020si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1020si-pre.dtsi"
|
||||
/include/ "p1020si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1024RDB";
|
||||
compatible = "fsl,P1024RDB";
|
||||
@ -84,4 +84,4 @@
|
||||
};
|
||||
|
||||
/include/ "p1024rdb.dtsi"
|
||||
/include/ "fsl/p1020si-post.dtsi"
|
||||
/include/ "p1020si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1021si-pre.dtsi"
|
||||
/include/ "p1021si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1025RDB";
|
||||
compatible = "fsl,P1025RDB";
|
||||
@ -130,4 +130,4 @@
|
||||
};
|
||||
|
||||
/include/ "p1025rdb.dtsi"
|
||||
/include/ "fsl/p1021si-post.dtsi"
|
||||
/include/ "p1021si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1021si-pre.dtsi"
|
||||
/include/ "p1021si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1025RDB";
|
||||
compatible = "fsl,P1025RDB";
|
||||
@ -90,4 +90,4 @@
|
||||
};
|
||||
|
||||
/include/ "p1025rdb.dtsi"
|
||||
/include/ "fsl/p1021si-post.dtsi"
|
||||
/include/ "p1021si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p1021si-pre.dtsi"
|
||||
/include/ "p1021si-pre.dtsi"
|
||||
/ {
|
||||
model = "fsl,P1025";
|
||||
compatible = "fsl,TWR-P1025";
|
||||
@ -92,4 +92,4 @@
|
||||
};
|
||||
|
||||
/include/ "p1025twr.dtsi"
|
||||
/include/ "fsl/p1021si-post.dtsi"
|
||||
/include/ "p1021si-post.dtsi"
|
@ -9,7 +9,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p2020si-pre.dtsi"
|
||||
/include/ "p2020si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,P2020DS";
|
||||
@ -85,5 +85,5 @@
|
||||
* for interrupt-map & interrupt-map-mask
|
||||
*/
|
||||
|
||||
/include/ "fsl/p2020si-post.dtsi"
|
||||
/include/ "p2020si-post.dtsi"
|
||||
/include/ "p2020ds.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p2020si-pre.dtsi"
|
||||
/include/ "p2020si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,P2020RDB";
|
||||
@ -93,4 +93,4 @@
|
||||
};
|
||||
|
||||
/include/ "p2020rdb-pc.dtsi"
|
||||
/include/ "fsl/p2020si-post.dtsi"
|
||||
/include/ "p2020si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p2020si-pre.dtsi"
|
||||
/include/ "p2020si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,P2020RDB";
|
||||
@ -93,4 +93,4 @@
|
||||
};
|
||||
|
||||
/include/ "p2020rdb-pc.dtsi"
|
||||
/include/ "fsl/p2020si-post.dtsi"
|
||||
/include/ "p2020si-post.dtsi"
|
@ -9,7 +9,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p2020si-pre.dtsi"
|
||||
/include/ "p2020si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,P2020RDB";
|
||||
@ -288,4 +288,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/p2020si-post.dtsi"
|
||||
/include/ "p2020si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p2041si-pre.dtsi"
|
||||
/include/ "p2041si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,P2041RDB";
|
||||
@ -247,4 +247,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/p2041si-post.dtsi"
|
||||
/include/ "p2041si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p3041si-pre.dtsi"
|
||||
/include/ "p3041si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,P3041DS";
|
||||
@ -281,4 +281,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/p3041si-post.dtsi"
|
||||
/include/ "p3041si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p4080si-pre.dtsi"
|
||||
/include/ "p4080si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,P4080DS";
|
||||
@ -215,4 +215,4 @@
|
||||
|
||||
};
|
||||
|
||||
/include/ "fsl/p4080si-post.dtsi"
|
||||
/include/ "p4080si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p5020si-pre.dtsi"
|
||||
/include/ "p5020si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,P5020DS";
|
||||
@ -281,4 +281,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/p5020si-post.dtsi"
|
||||
/include/ "p5020si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* software, even if advised of the possibility of such damage.
|
||||
*/
|
||||
|
||||
/include/ "fsl/p5040si-pre.dtsi"
|
||||
/include/ "p5040si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,P5040DS";
|
||||
@ -251,4 +251,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/p5040si-post.dtsi"
|
||||
/include/ "p5040si-post.dtsi"
|
@ -12,7 +12,7 @@
|
||||
* option) any later version.
|
||||
*/
|
||||
|
||||
/include/ "fsl/mpc8548si-pre.dtsi"
|
||||
/include/ "mpc8548si-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "ppa8548";
|
||||
@ -161,4 +161,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/mpc8548si-post.dtsi"
|
||||
/include/ "mpc8548si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/t102xsi-pre.dtsi"
|
||||
/include/ "t102xsi-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,T1023RDB";
|
||||
@ -159,4 +159,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/t1023si-post.dtsi"
|
||||
/include/ "t1023si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/t102xsi-pre.dtsi"
|
||||
/include/ "t102xsi-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,T1024QDS";
|
||||
@ -248,4 +248,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/t1024si-post.dtsi"
|
||||
/include/ "t1024si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/t102xsi-pre.dtsi"
|
||||
/include/ "t102xsi-pre.dtsi"
|
||||
|
||||
/ {
|
||||
model = "fsl,T1024RDB";
|
||||
@ -188,4 +188,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/t1024si-post.dtsi"
|
||||
/include/ "t1024si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/t104xsi-pre.dtsi"
|
||||
/include/ "t104xsi-pre.dtsi"
|
||||
/include/ "t104xd4rdb.dtsi"
|
||||
|
||||
/ {
|
||||
@ -43,4 +43,4 @@
|
||||
interrupt-parent = <&mpic>;
|
||||
};
|
||||
|
||||
/include/ "fsl/t1040si-post.dtsi"
|
||||
/include/ "t1040si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/t104xsi-pre.dtsi"
|
||||
/include/ "t104xsi-pre.dtsi"
|
||||
/include/ "t104xqds.dtsi"
|
||||
|
||||
/ {
|
||||
@ -43,4 +43,4 @@
|
||||
interrupt-parent = <&mpic>;
|
||||
};
|
||||
|
||||
/include/ "fsl/t1040si-post.dtsi"
|
||||
/include/ "t1040si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/t104xsi-pre.dtsi"
|
||||
/include/ "t104xsi-pre.dtsi"
|
||||
/include/ "t104xrdb.dtsi"
|
||||
|
||||
/ {
|
||||
@ -45,4 +45,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/t1040si-post.dtsi"
|
||||
/include/ "t1040si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/t104xsi-pre.dtsi"
|
||||
/include/ "t104xsi-pre.dtsi"
|
||||
/include/ "t104xd4rdb.dtsi"
|
||||
|
||||
/ {
|
||||
@ -50,4 +50,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/t1040si-post.dtsi"
|
||||
/include/ "t1040si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/t104xsi-pre.dtsi"
|
||||
/include/ "t104xsi-pre.dtsi"
|
||||
/include/ "t104xqds.dtsi"
|
||||
|
||||
/ {
|
||||
@ -43,4 +43,4 @@
|
||||
interrupt-parent = <&mpic>;
|
||||
};
|
||||
|
||||
/include/ "fsl/t1042si-post.dtsi"
|
||||
/include/ "t1042si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/t104xsi-pre.dtsi"
|
||||
/include/ "t104xsi-pre.dtsi"
|
||||
/include/ "t104xrdb.dtsi"
|
||||
|
||||
/ {
|
||||
@ -45,4 +45,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/t1042si-post.dtsi"
|
||||
/include/ "t1042si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/t104xsi-pre.dtsi"
|
||||
/include/ "t104xsi-pre.dtsi"
|
||||
/include/ "t104xrdb.dtsi"
|
||||
|
||||
/ {
|
||||
@ -54,4 +54,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/t1042si-post.dtsi"
|
||||
/include/ "t1042si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/t208xsi-pre.dtsi"
|
||||
/include/ "t208xsi-pre.dtsi"
|
||||
/include/ "t208xqds.dtsi"
|
||||
|
||||
/ {
|
||||
@ -54,4 +54,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/t2080si-post.dtsi"
|
||||
/include/ "t2080si-post.dtsi"
|
@ -32,7 +32,7 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/include/ "fsl/t208xsi-pre.dtsi"
|
||||
/include/ "t208xsi-pre.dtsi"
|
||||
/include/ "t208xrdb.dtsi"
|
||||
|
||||
/ {
|
||||
@ -54,4 +54,4 @@
|
||||
};
|
||||
};
|
||||
|
||||
/include/ "fsl/t2080si-post.dtsi"
|
||||
/include/ "t2080si-post.dtsi"
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user