-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'fsl-linux-sdk/imx_5.4.47_2.2.0' into im…
…x_5.4.47_2.2.0_android-r Conflicts: arch/arm64/boot/dts/freescale/imx8mn-evk.dts arch/arm64/boot/dts/freescale/imx8mq-evk.dts Change-Id: Iada7e9215d81509e8291916467675414fce43950 Signed-off-by: Jindong <[email protected]>
- Loading branch information
Showing
106 changed files
with
2,399 additions
and
704 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
/dts-v1/; | ||
|
||
#include "imx8dxl-evk.dts" | ||
#include "imx8dxl-evk-rpmsg.dts" | ||
|
||
&pcieb { | ||
status = "disabled"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// SPDX-License-Identifier: GPL-2.0+ | ||
/* | ||
* Copyright 2020 NXP | ||
*/ | ||
|
||
/dts-v1/; | ||
|
||
#include "imx8mm-ddr4-ab2-m4.dts" | ||
|
||
/ { | ||
model = "FSL i.MX8MM DDR4 RevB Audio Board 2.0"; | ||
}; | ||
|
||
/* | ||
* External OSC is used as PCIe REFCLK on RevC board. | ||
* Use the -revb.dts file to distiguish the different | ||
* HW design. | ||
*/ | ||
&pcie0 { | ||
ext_osc = <0>; | ||
status = "okay"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
// SPDX-License-Identifier: (GPL-2.0 OR MIT) | ||
/* | ||
* Copyright 2020 NXP | ||
*/ | ||
|
||
/dts-v1/; | ||
|
||
#include "imx8mm-ddr4-ab2.dts" | ||
|
||
/ { | ||
reserved-memory { | ||
#address-cells = <2>; | ||
#size-cells = <2>; | ||
ranges; | ||
|
||
m4_reserved: m4@0x80000000 { | ||
reg = <0 0x80000000 0 0x0101E400>; | ||
no-map; | ||
}; | ||
|
||
vdev0vring0: vdev0vring0@b8000000 { | ||
compatible = "shared-dma-pool"; | ||
reg = <0 0xb8000000 0 0x8000>; | ||
no-map; | ||
}; | ||
|
||
vdev0vring1: vdev0vring1@b8008000 { | ||
compatible = "shared-dma-pool"; | ||
reg = <0 0xb8008000 0 0x8000>; | ||
no-map; | ||
}; | ||
|
||
vdevbuffer: vdevbuffer@b8400000 { | ||
compatible = "shared-dma-pool"; | ||
reg = <0 0xb8400000 0 0x100000>; | ||
no-map; | ||
}; | ||
}; | ||
|
||
leds { | ||
panel { | ||
status = "disabled"; | ||
}; | ||
}; | ||
|
||
imx8mm-cm4 { | ||
compatible = "fsl,imx8mm-cm4"; | ||
rsc-da = <0xb8000000>; | ||
clocks = <&clk IMX8MM_CLK_M4_DIV>; | ||
mbox-names = "tx", "rx", "rxdb"; | ||
mboxes = <&mu 0 1 | ||
&mu 1 1 | ||
&mu 3 1>; | ||
memory-region = <&vdev0vring0>, <&vdev0vring1>, <&vdevbuffer>; | ||
syscon = <&src>; | ||
}; | ||
}; | ||
|
||
&clk { | ||
init-on-array = < | ||
IMX8MM_CLK_UART4_ROOT | ||
IMX8MM_CLK_AHB IMX8MM_CLK_DRAM_CORE | ||
IMX8MM_CLK_NOC IMX8MM_CLK_NOC_APB | ||
IMX8MM_CLK_MAIN_AXI IMX8MM_CLK_AUDIO_AHB | ||
IMX8MM_CLK_DRAM_APB IMX8MM_CLK_A53_DIV | ||
IMX8MM_ARM_PLL_OUT | ||
>; | ||
}; | ||
|
||
&i2c2 { | ||
status = "disabled"; | ||
}; | ||
|
||
&uart4 { | ||
status = "disabled"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// SPDX-License-Identifier: GPL-2.0+ | ||
/* | ||
* Copyright 2020 NXP | ||
*/ | ||
|
||
/dts-v1/; | ||
|
||
#include "imx8mm-ddr4-ab2.dts" | ||
|
||
/ { | ||
model = "FSL i.MX8MM DDR4 RevB Audio Board 2.0"; | ||
}; | ||
|
||
/* | ||
* External OSC is used as PCIe REFCLK on RevC board. | ||
* Use the -revb.dts file to distiguish the different | ||
* HW design. | ||
*/ | ||
&pcie0 { | ||
ext_osc = <0>; | ||
status = "okay"; | ||
}; |
Oops, something went wrong.