|
1996 | 1996 | /* reserved for MAIN_R5F2_1 */
|
1997 | 1997 | status = "reserved";
|
1998 | 1998 | };
|
| 1999 | + |
| 2000 | + mhdp: bridge@a000000 { |
| 2001 | + compatible = "ti,j721e-mhdp8546"; |
| 2002 | + reg = <0x0 0xa000000 0x0 0x30a00>, |
| 2003 | + <0x0 0x4f40000 0x0 0x20>; |
| 2004 | + reg-names = "mhdptx", "j721e-intg"; |
| 2005 | + clocks = <&k3_clks 217 11>; |
| 2006 | + interrupt-parent = <&gic500>; |
| 2007 | + interrupts = <GIC_SPI 614 IRQ_TYPE_LEVEL_HIGH>; |
| 2008 | + power-domains = <&k3_pds 217 TI_SCI_PD_EXCLUSIVE>; |
| 2009 | + status = "disabled"; |
| 2010 | + |
| 2011 | + dp0_ports: ports { |
| 2012 | + #address-cells = <1>; |
| 2013 | + #size-cells = <0>; |
| 2014 | + /* Remote-endpoints are on the boards so |
| 2015 | + * ports are defined in the platform dt file. |
| 2016 | + */ |
| 2017 | + }; |
| 2018 | + }; |
| 2019 | + |
| 2020 | + dss: dss@4a00000 { |
| 2021 | + compatible = "ti,j721e-dss"; |
| 2022 | + reg = <0x00 0x04a00000 0x00 0x10000>, /* common_m */ |
| 2023 | + <0x00 0x04a10000 0x00 0x10000>, /* common_s0*/ |
| 2024 | + <0x00 0x04b00000 0x00 0x10000>, /* common_s1*/ |
| 2025 | + <0x00 0x04b10000 0x00 0x10000>, /* common_s2*/ |
| 2026 | + <0x00 0x04a20000 0x00 0x10000>, /* vidl1 */ |
| 2027 | + <0x00 0x04a30000 0x00 0x10000>, /* vidl2 */ |
| 2028 | + <0x00 0x04a50000 0x00 0x10000>, /* vid1 */ |
| 2029 | + <0x00 0x04a60000 0x00 0x10000>, /* vid2 */ |
| 2030 | + <0x00 0x04a70000 0x00 0x10000>, /* ovr1 */ |
| 2031 | + <0x00 0x04a90000 0x00 0x10000>, /* ovr2 */ |
| 2032 | + <0x00 0x04ab0000 0x00 0x10000>, /* ovr3 */ |
| 2033 | + <0x00 0x04ad0000 0x00 0x10000>, /* ovr4 */ |
| 2034 | + <0x00 0x04a80000 0x00 0x10000>, /* vp1 */ |
| 2035 | + <0x00 0x04aa0000 0x00 0x10000>, /* vp1 */ |
| 2036 | + <0x00 0x04ac0000 0x00 0x10000>, /* vp1 */ |
| 2037 | + <0x00 0x04ae0000 0x00 0x10000>, /* vp4 */ |
| 2038 | + <0x00 0x04af0000 0x00 0x10000>; /* wb */ |
| 2039 | + reg-names = "common_m", "common_s0", |
| 2040 | + "common_s1", "common_s2", |
| 2041 | + "vidl1", "vidl2","vid1","vid2", |
| 2042 | + "ovr1", "ovr2", "ovr3", "ovr4", |
| 2043 | + "vp1", "vp2", "vp3", "vp4", |
| 2044 | + "wb"; |
| 2045 | + clocks = <&k3_clks 218 0>, |
| 2046 | + <&k3_clks 218 2>, |
| 2047 | + <&k3_clks 218 5>, |
| 2048 | + <&k3_clks 218 14>, |
| 2049 | + <&k3_clks 218 18>; |
| 2050 | + clock-names = "fck", "vp1", "vp2", "vp3", "vp4"; |
| 2051 | + power-domains = <&k3_pds 218 TI_SCI_PD_EXCLUSIVE>; |
| 2052 | + interrupts = <GIC_SPI 602 IRQ_TYPE_LEVEL_HIGH>, |
| 2053 | + <GIC_SPI 603 IRQ_TYPE_LEVEL_HIGH>, |
| 2054 | + <GIC_SPI 604 IRQ_TYPE_LEVEL_HIGH>, |
| 2055 | + <GIC_SPI 605 IRQ_TYPE_LEVEL_HIGH>; |
| 2056 | + interrupt-names = "common_m", |
| 2057 | + "common_s0", |
| 2058 | + "common_s1", |
| 2059 | + "common_s2"; |
| 2060 | + status = "disabled"; |
| 2061 | + |
| 2062 | + dss_ports: ports { |
| 2063 | + /* Ports that DSS drives are platform specific |
| 2064 | + * so they are defined in platform dt file. |
| 2065 | + */ |
| 2066 | + }; |
| 2067 | + }; |
1999 | 2068 | };
|
0 commit comments