~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm64/boot/dts/freescale/imx8-ss-vpu.dtsi

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 // SPDX-License-Identifier: GPL-2.0+
  2 /*
  3  * Copyright 2021 NXP
  4  *      Dong Aisheng <aisheng.dong@nxp.com>
  5  */
  6 
  7 vpu: vpu@2c000000 {
  8         #address-cells = <1>;
  9         #size-cells = <1>;
 10         ranges = <0x2c000000 0x0 0x2c000000 0x2000000>;
 11         reg = <0 0x2c000000 0 0x1000000>;
 12         power-domains = <&pd IMX_SC_R_VPU>;
 13         status = "disabled";
 14 
 15         mu_m0: mailbox@2d000000 {
 16                 compatible = "fsl,imx6sx-mu";
 17                 reg = <0x2d000000 0x20000>;
 18                 interrupts = <GIC_SPI 472 IRQ_TYPE_LEVEL_HIGH>;
 19                 #mbox-cells = <2>;
 20                 power-domains = <&pd IMX_SC_R_VPU_MU_0>;
 21                 status = "disabled";
 22         };
 23 
 24         mu1_m0: mailbox@2d020000 {
 25                 compatible = "fsl,imx6sx-mu";
 26                 reg = <0x2d020000 0x20000>;
 27                 interrupts = <GIC_SPI 473 IRQ_TYPE_LEVEL_HIGH>;
 28                 #mbox-cells = <2>;
 29                 power-domains = <&pd IMX_SC_R_VPU_MU_1>;
 30                 status = "disabled";
 31         };
 32 
 33         mu2_m0: mailbox@2d040000 {
 34                 compatible = "fsl,imx6sx-mu";
 35                 reg = <0x2d040000 0x20000>;
 36                 interrupts = <GIC_SPI 474 IRQ_TYPE_LEVEL_HIGH>;
 37                 #mbox-cells = <2>;
 38                 power-domains = <&pd IMX_SC_R_VPU_MU_2>;
 39                 status = "disabled";
 40         };
 41 
 42         vpu_core0: vpu-core@2d080000 {
 43                 reg = <0x2d080000 0x10000>;
 44                 compatible = "nxp,imx8q-vpu-decoder";
 45                 power-domains = <&pd IMX_SC_R_VPU_DEC_0>;
 46                 mbox-names = "tx0", "tx1", "rx";
 47                 mboxes = <&mu_m0 0 0>,
 48                         <&mu_m0 0 1>,
 49                         <&mu_m0 1 0>;
 50                 status = "disabled";
 51         };
 52 
 53         vpu_core1: vpu-core@2d090000 {
 54                 reg = <0x2d090000 0x10000>;
 55                 compatible = "nxp,imx8q-vpu-encoder";
 56                 power-domains = <&pd IMX_SC_R_VPU_ENC_0>;
 57                 mbox-names = "tx0", "tx1", "rx";
 58                 mboxes = <&mu1_m0 0 0>,
 59                         <&mu1_m0 0 1>,
 60                         <&mu1_m0 1 0>;
 61                 status = "disabled";
 62         };
 63 
 64         vpu_core2: vpu-core@2d0a0000 {
 65                 reg = <0x2d0a0000 0x10000>;
 66                 compatible = "nxp,imx8q-vpu-encoder";
 67                 power-domains = <&pd IMX_SC_R_VPU_ENC_1>;
 68                 mbox-names = "tx0", "tx1", "rx";
 69                 mboxes = <&mu2_m0 0 0>,
 70                         <&mu2_m0 0 1>,
 71                         <&mu2_m0 1 0>;
 72                 status = "disabled";
 73         };
 74 };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php