mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
arm: dts: ls1043a: add label to pcie nodes in dts
Add label to pcie nodes in dts so that these nodes are easy to refer. Signed-off-by: Wasim Khan <wasim.khan@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
This commit is contained in:
parent
6ba8b6a8f8
commit
04c2d93d36
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
// SPDX-License-Identifier: GPL-2.0+ OR X11
|
||||
/*
|
||||
* Device Tree Include file for Freescale Layerscape-1043A family SoC.
|
||||
* Device Tree Include file for NXP Layerscape-1043A family SoC.
|
||||
*
|
||||
* Copyright 2020 NXP
|
||||
* Copyright (C) 2014-2015, Freescale Semiconductor
|
||||
*
|
||||
* Mingkai Hu <Mingkai.hu@freescale.com>
|
||||
|
@ -240,7 +241,7 @@
|
|||
dr_mode = "host";
|
||||
};
|
||||
|
||||
pcie@3400000 {
|
||||
pcie1: pcie@3400000 {
|
||||
compatible = "fsl,ls-pcie", "snps,dw-pcie";
|
||||
reg = <0x00 0x03400000 0x0 0x10000 /* dbi registers */
|
||||
0x00 0x03410000 0x0 0x10000 /* lut registers */
|
||||
|
@ -255,7 +256,7 @@
|
|||
0x82000000 0x0 0x40000000 0x40 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
|
||||
};
|
||||
|
||||
pcie@3500000 {
|
||||
pcie2: pcie@3500000 {
|
||||
compatible = "fsl,ls-pcie", "snps,dw-pcie";
|
||||
reg = <0x00 0x03500000 0x0 0x10000 /* dbi registers */
|
||||
0x00 0x03510000 0x0 0x10000 /* lut registers */
|
||||
|
@ -271,7 +272,7 @@
|
|||
0x82000000 0x0 0x40000000 0x48 0x40000000 0x0 0x40000000>; /* non-prefetchable memory */
|
||||
};
|
||||
|
||||
pcie@3600000 {
|
||||
pcie3: pcie@3600000 {
|
||||
compatible = "fsl,ls-pcie", "snps,dw-pcie";
|
||||
reg = <0x00 0x03600000 0x0 0x10000 /* dbi registers */
|
||||
0x00 0x03610000 0x0 0x10000 /* lut registers */
|
||||
|
|
Loading…
Reference in a new issue