summaryrefslogtreecommitdiff
path: root/arch/arm/dts/fsl-imx8dxp.dtsi
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2019-03-19 01:05:52 -0700
committerYe Li <ye.li@nxp.com>2020-04-23 02:03:53 -0700
commit4e9df0c2edf7820ef2fdba38c75f67aa14c6f8dd (patch)
tree70f925b197d620f21bfb239294c0368cdb2b9db7 /arch/arm/dts/fsl-imx8dxp.dtsi
parente2a1226c6a31a7eae742f1246b822775f31a8b93 (diff)
MLK-21829 dts: imx8qxp: Update DTSi files and binding header files
Update the imx8qxp/dx/dxp DTSi files from imx_v2019.04 u-boot Add extra support used in u-boot: 1. Add alias for FSPI nodes 2. Add GPIO alias which is used as seq number in u-boot DM GPIO driver. 3. Add i2c alias for i2c0 to i2c3. 4. Add i2c alias for mipi0/mipi1 i2c0. 5. Add "u-boot,dm-pre-reloc" to thermal node in QXP DTSi 6. Add USB alias for OTG and USB3 ports, add USB3 reg-name 7. Add APBH-DMA clock to GPMI node Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 4c908a8f2103cd99bf07aac62d7a9742fd326441)
Diffstat (limited to 'arch/arm/dts/fsl-imx8dxp.dtsi')
-rw-r--r--arch/arm/dts/fsl-imx8dxp.dtsi19
1 files changed, 18 insertions, 1 deletions
diff --git a/arch/arm/dts/fsl-imx8dxp.dtsi b/arch/arm/dts/fsl-imx8dxp.dtsi
index cc688f4469..ebadb02e7d 100644
--- a/arch/arm/dts/fsl-imx8dxp.dtsi
+++ b/arch/arm/dts/fsl-imx8dxp.dtsi
@@ -6,6 +6,23 @@
#include "fsl-imx8dx.dtsi"
/ {
- model = "Freescale i.MX8DXP";
+ model = "NXP i.MX8DXP";
compatible = "fsl,imx8dxp", "fsl,imx8qxp";
+
+ vpu_decoder: vpu_decoder@2c000000 {
+ compatible = "nxp,imx8qm-b0-vpudec", "nxp,imx8qxp-b0-vpudec";
+ boot-region = <&decoder_boot>;
+ rpc-region = <&decoder_rpc>;
+ reg = <0x0 0x2c000000 0x0 0x1000000>;
+ reg-names = "vpu_regs";
+ clocks = <&clk IMX8QXP_VPU_DEC_CLK>;
+ clock-names = "vpu_clk";
+ assigned-clocks = <&clk IMX8QXP_VPU_DEC_CLK>;
+ power-domains = <&pd_vpu_dec>;
+ status = "disabled";
+ };
+};
+
+&gpu_3d0 {
+ assigned-clock-rates = <700000000>, <850000000>;
};