| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739 |
- // SPDX-License-Identifier: GPL-2.0-only
- /*
- * Copyright (c) 2020, The Linux Foundation. All rights reserved.
- * Copyright (c) 2024, Danila Tikhonov <danila@jiaxyga.com>
- */
- #include <linux/device.h>
- #include <linux/interconnect.h>
- #include <linux/interconnect-provider.h>
- #include <linux/mod_devicetable.h>
- #include <linux/module.h>
- #include <linux/platform_device.h>
- #include <dt-bindings/interconnect/qcom,sm7150-rpmh.h>
- #include "bcm-voter.h"
- #include "icc-rpmh.h"
- static struct qcom_icc_node qhm_a1noc_cfg;
- static struct qcom_icc_node qhm_qup_center;
- static struct qcom_icc_node qhm_tsif;
- static struct qcom_icc_node xm_emmc;
- static struct qcom_icc_node xm_sdc2;
- static struct qcom_icc_node xm_sdc4;
- static struct qcom_icc_node xm_ufs_mem;
- static struct qcom_icc_node qhm_a2noc_cfg;
- static struct qcom_icc_node qhm_qdss_bam;
- static struct qcom_icc_node qhm_qup_north;
- static struct qcom_icc_node qnm_cnoc;
- static struct qcom_icc_node qxm_crypto;
- static struct qcom_icc_node qxm_ipa;
- static struct qcom_icc_node xm_pcie3_0;
- static struct qcom_icc_node xm_qdss_etr;
- static struct qcom_icc_node xm_usb3_0;
- static struct qcom_icc_node qxm_camnoc_hf0_uncomp;
- static struct qcom_icc_node qxm_camnoc_rt_uncomp;
- static struct qcom_icc_node qxm_camnoc_sf_uncomp;
- static struct qcom_icc_node qxm_camnoc_nrt_uncomp;
- static struct qcom_icc_node qnm_npu;
- static struct qcom_icc_node qhm_spdm;
- static struct qcom_icc_node qnm_snoc;
- static struct qcom_icc_node xm_qdss_dap;
- static struct qcom_icc_node qhm_cnoc_dc_noc;
- static struct qcom_icc_node acm_apps;
- static struct qcom_icc_node acm_sys_tcu;
- static struct qcom_icc_node qhm_gemnoc_cfg;
- static struct qcom_icc_node qnm_cmpnoc;
- static struct qcom_icc_node qnm_mnoc_hf;
- static struct qcom_icc_node qnm_mnoc_sf;
- static struct qcom_icc_node qnm_pcie;
- static struct qcom_icc_node qnm_snoc_gc;
- static struct qcom_icc_node qnm_snoc_sf;
- static struct qcom_icc_node qxm_gpu;
- static struct qcom_icc_node llcc_mc;
- static struct qcom_icc_node qhm_mnoc_cfg;
- static struct qcom_icc_node qxm_camnoc_hf;
- static struct qcom_icc_node qxm_camnoc_nrt;
- static struct qcom_icc_node qxm_camnoc_rt;
- static struct qcom_icc_node qxm_camnoc_sf;
- static struct qcom_icc_node qxm_mdp0;
- static struct qcom_icc_node qxm_mdp1;
- static struct qcom_icc_node qxm_rot;
- static struct qcom_icc_node qxm_venus0;
- static struct qcom_icc_node qxm_venus1;
- static struct qcom_icc_node qxm_venus_arm9;
- static struct qcom_icc_node qhm_snoc_cfg;
- static struct qcom_icc_node qnm_aggre1_noc;
- static struct qcom_icc_node qnm_aggre2_noc;
- static struct qcom_icc_node qnm_gemnoc;
- static struct qcom_icc_node qxm_pimem;
- static struct qcom_icc_node xm_gic;
- static struct qcom_icc_node qns_a1noc_snoc;
- static struct qcom_icc_node srvc_aggre1_noc;
- static struct qcom_icc_node qns_a2noc_snoc;
- static struct qcom_icc_node qns_pcie_gemnoc;
- static struct qcom_icc_node srvc_aggre2_noc;
- static struct qcom_icc_node qns_camnoc_uncomp;
- static struct qcom_icc_node qns_cdsp_gemnoc;
- static struct qcom_icc_node qhs_a1_noc_cfg;
- static struct qcom_icc_node qhs_a2_noc_cfg;
- static struct qcom_icc_node qhs_ahb2phy_north;
- static struct qcom_icc_node qhs_ahb2phy_south;
- static struct qcom_icc_node qhs_ahb2phy_west;
- static struct qcom_icc_node qhs_aop;
- static struct qcom_icc_node qhs_aoss;
- static struct qcom_icc_node qhs_camera_cfg;
- static struct qcom_icc_node qhs_camera_nrt_thrott_cfg;
- static struct qcom_icc_node qhs_camera_rt_throttle_cfg;
- static struct qcom_icc_node qhs_clk_ctl;
- static struct qcom_icc_node qhs_compute_dsp_cfg;
- static struct qcom_icc_node qhs_cpr_cx;
- static struct qcom_icc_node qhs_cpr_mx;
- static struct qcom_icc_node qhs_crypto0_cfg;
- static struct qcom_icc_node qhs_ddrss_cfg;
- static struct qcom_icc_node qhs_display_cfg;
- static struct qcom_icc_node qhs_display_throttle_cfg;
- static struct qcom_icc_node qhs_emmc_cfg;
- static struct qcom_icc_node qhs_glm;
- static struct qcom_icc_node qhs_gpuss_cfg;
- static struct qcom_icc_node qhs_imem_cfg;
- static struct qcom_icc_node qhs_ipa;
- static struct qcom_icc_node qhs_mnoc_cfg;
- static struct qcom_icc_node qhs_pcie_cfg;
- static struct qcom_icc_node qhs_pdm;
- static struct qcom_icc_node qhs_pimem_cfg;
- static struct qcom_icc_node qhs_prng;
- static struct qcom_icc_node qhs_qdss_cfg;
- static struct qcom_icc_node qhs_qupv3_center;
- static struct qcom_icc_node qhs_qupv3_north;
- static struct qcom_icc_node qhs_sdc2;
- static struct qcom_icc_node qhs_sdc4;
- static struct qcom_icc_node qhs_snoc_cfg;
- static struct qcom_icc_node qhs_spdm;
- static struct qcom_icc_node qhs_tcsr;
- static struct qcom_icc_node qhs_tlmm_north;
- static struct qcom_icc_node qhs_tlmm_south;
- static struct qcom_icc_node qhs_tlmm_west;
- static struct qcom_icc_node qhs_tsif;
- static struct qcom_icc_node qhs_ufs_mem_cfg;
- static struct qcom_icc_node qhs_usb3_0;
- static struct qcom_icc_node qhs_venus_cfg;
- static struct qcom_icc_node qhs_venus_cvp_throttle_cfg;
- static struct qcom_icc_node qhs_venus_throttle_cfg;
- static struct qcom_icc_node qhs_vsense_ctrl_cfg;
- static struct qcom_icc_node qns_cnoc_a2noc;
- static struct qcom_icc_node srvc_cnoc;
- static struct qcom_icc_node qhs_gemnoc;
- static struct qcom_icc_node qhs_llcc;
- static struct qcom_icc_node qhs_mdsp_ms_mpu_cfg;
- static struct qcom_icc_node qns_gem_noc_snoc;
- static struct qcom_icc_node qns_llcc;
- static struct qcom_icc_node srvc_gemnoc;
- static struct qcom_icc_node ebi;
- static struct qcom_icc_node qns2_mem_noc;
- static struct qcom_icc_node qns_mem_noc_hf;
- static struct qcom_icc_node srvc_mnoc;
- static struct qcom_icc_node qhs_apss;
- static struct qcom_icc_node qns_cnoc;
- static struct qcom_icc_node qns_gemnoc_gc;
- static struct qcom_icc_node qns_gemnoc_sf;
- static struct qcom_icc_node qxs_imem;
- static struct qcom_icc_node qxs_pimem;
- static struct qcom_icc_node srvc_snoc;
- static struct qcom_icc_node xs_qdss_stm;
- static struct qcom_icc_node xs_sys_tcu_cfg;
- static struct qcom_icc_node qhm_a1noc_cfg = {
- .name = "qhm_a1noc_cfg",
- .channels = 1,
- .buswidth = 4,
- .num_links = 1,
- .link_nodes = { &srvc_aggre1_noc },
- };
- static struct qcom_icc_node qhm_qup_center = {
- .name = "qhm_qup_center",
- .channels = 1,
- .buswidth = 4,
- .num_links = 1,
- .link_nodes = { &qns_a1noc_snoc },
- };
- static struct qcom_icc_node qhm_tsif = {
- .name = "qhm_tsif",
- .channels = 1,
- .buswidth = 4,
- .num_links = 1,
- .link_nodes = { &qns_a1noc_snoc },
- };
- static struct qcom_icc_node xm_emmc = {
- .name = "xm_emmc",
- .channels = 1,
- .buswidth = 8,
- .num_links = 1,
- .link_nodes = { &qns_a1noc_snoc },
- };
- static struct qcom_icc_node xm_sdc2 = {
- .name = "xm_sdc2",
- .channels = 1,
- .buswidth = 8,
- .num_links = 1,
- .link_nodes = { &qns_a1noc_snoc },
- };
- static struct qcom_icc_node xm_sdc4 = {
- .name = "xm_sdc4",
- .channels = 1,
- .buswidth = 8,
- .num_links = 1,
- .link_nodes = { &qns_a1noc_snoc },
- };
- static struct qcom_icc_node xm_ufs_mem = {
- .name = "xm_ufs_mem",
- .channels = 1,
- .buswidth = 8,
- .num_links = 1,
- .link_nodes = { &qns_a1noc_snoc },
- };
- static struct qcom_icc_node qhm_a2noc_cfg = {
- .name = "qhm_a2noc_cfg",
- .channels = 1,
- .buswidth = 4,
- .num_links = 1,
- .link_nodes = { &srvc_aggre2_noc },
- };
- static struct qcom_icc_node qhm_qdss_bam = {
- .name = "qhm_qdss_bam",
- .channels = 1,
- .buswidth = 4,
- .num_links = 1,
- .link_nodes = { &qns_a2noc_snoc },
- };
- static struct qcom_icc_node qhm_qup_north = {
- .name = "qhm_qup_north",
- .channels = 1,
- .buswidth = 4,
- .num_links = 1,
- .link_nodes = { &qns_a2noc_snoc },
- };
- static struct qcom_icc_node qnm_cnoc = {
- .name = "qnm_cnoc",
- .channels = 1,
- .buswidth = 8,
- .num_links = 1,
- .link_nodes = { &qns_a2noc_snoc },
- };
- static struct qcom_icc_node qxm_crypto = {
- .name = "qxm_crypto",
- .channels = 1,
- .buswidth = 8,
- .num_links = 1,
- .link_nodes = { &qns_a2noc_snoc },
- };
- static struct qcom_icc_node qxm_ipa = {
- .name = "qxm_ipa",
- .channels = 1,
- .buswidth = 8,
- .num_links = 1,
- .link_nodes = { &qns_a2noc_snoc },
- };
- static struct qcom_icc_node xm_pcie3_0 = {
- .name = "xm_pcie3_0",
- .channels = 1,
- .buswidth = 8,
- .num_links = 1,
- .link_nodes = { &qns_pcie_gemnoc },
- };
- static struct qcom_icc_node xm_qdss_etr = {
- .name = "xm_qdss_etr",
- .channels = 1,
- .buswidth = 8,
- .num_links = 1,
- .link_nodes = { &qns_a2noc_snoc },
- };
- static struct qcom_icc_node xm_usb3_0 = {
- .name = "xm_usb3_0",
- .channels = 1,
- .buswidth = 8,
- .num_links = 1,
- .link_nodes = { &qns_a2noc_snoc },
- };
- static struct qcom_icc_node qxm_camnoc_hf0_uncomp = {
- .name = "qxm_camnoc_hf0_uncomp",
- .channels = 2,
- .buswidth = 32,
- .num_links = 1,
- .link_nodes = { &qns_camnoc_uncomp },
- };
- static struct qcom_icc_node qxm_camnoc_rt_uncomp = {
- .name = "qxm_camnoc_rt_uncomp",
- .channels = 1,
- .buswidth = 32,
- .num_links = 1,
- .link_nodes = { &qns_camnoc_uncomp },
- };
- static struct qcom_icc_node qxm_camnoc_sf_uncomp = {
- .name = "qxm_camnoc_sf_uncomp",
- .channels = 1,
- .buswidth = 32,
- .num_links = 1,
- .link_nodes = { &qns_camnoc_uncomp },
- };
- static struct qcom_icc_node qxm_camnoc_nrt_uncomp = {
- .name = "qxm_camnoc_nrt_uncomp",
- .channels = 1,
- .buswidth = 32,
- .num_links = 1,
- .link_nodes = { &qns_camnoc_uncomp },
- };
- static struct qcom_icc_node qnm_npu = {
- .name = "qnm_npu",
- .channels = 1,
- .buswidth = 32,
- .num_links = 1,
- .link_nodes = { &qns_cdsp_gemnoc },
- };
- static struct qcom_icc_node qhm_spdm = {
- .name = "qhm_spdm",
- .channels = 1,
- .buswidth = 4,
- .num_links = 1,
- .link_nodes = { &qns_cnoc_a2noc },
- };
- static struct qcom_icc_node qnm_snoc = {
- .name = "qnm_snoc",
- .channels = 1,
- .buswidth = 8,
- .num_links = 47,
- .link_nodes = { &qhs_tlmm_south,
- &qhs_camera_cfg,
- &qhs_sdc4,
- &qhs_sdc2,
- &qhs_mnoc_cfg,
- &qhs_ufs_mem_cfg,
- &qhs_qupv3_center,
- &qhs_glm,
- &qhs_pdm,
- &qhs_camera_nrt_thrott_cfg,
- &qhs_a2_noc_cfg,
- &qhs_qdss_cfg,
- &qhs_camera_rt_throttle_cfg,
- &qhs_display_cfg,
- &qhs_pcie_cfg,
- &qhs_display_throttle_cfg,
- &qhs_tcsr,
- &qhs_venus_cvp_throttle_cfg,
- &qhs_ddrss_cfg,
- &qhs_ahb2phy_north,
- &qhs_snoc_cfg,
- &qhs_gpuss_cfg,
- &qhs_venus_cfg,
- &qhs_tsif,
- &qhs_compute_dsp_cfg,
- &qhs_clk_ctl,
- &qhs_aop,
- &qhs_qupv3_north,
- &qhs_ahb2phy_south,
- &srvc_cnoc,
- &qhs_ahb2phy_west,
- &qhs_usb3_0,
- &qhs_venus_throttle_cfg,
- &qhs_ipa,
- &qhs_cpr_cx,
- &qhs_tlmm_west,
- &qhs_a1_noc_cfg,
- &qhs_aoss,
- &qhs_prng,
- &qhs_vsense_ctrl_cfg,
- &qhs_emmc_cfg,
- &qhs_spdm,
- &qhs_crypto0_cfg,
- &qhs_pimem_cfg,
- &qhs_tlmm_north,
- &qhs_cpr_mx,
- &qhs_imem_cfg },
- };
- static struct qcom_icc_node xm_qdss_dap = {
- .name = "xm_qdss_dap",
- .channels = 1,
- .buswidth = 8,
- .num_links = 48,
- .link_nodes = { &qhs_tlmm_south,
- &qhs_camera_cfg,
- &qhs_sdc4,
- &qhs_sdc2,
- &qhs_mnoc_cfg,
- &qhs_ufs_mem_cfg,
- &qhs_qupv3_center,
- &qhs_glm,
- &qhs_pdm,
- &qhs_camera_nrt_thrott_cfg,
- &qhs_a2_noc_cfg,
- &qhs_qdss_cfg,
- &qhs_camera_rt_throttle_cfg,
- &qhs_display_cfg,
- &qhs_pcie_cfg,
- &qhs_display_throttle_cfg,
- &qhs_tcsr,
- &qhs_venus_cvp_throttle_cfg,
- &qhs_ddrss_cfg,
- &qns_cnoc_a2noc,
- &qhs_ahb2phy_north,
- &qhs_snoc_cfg,
- &qhs_gpuss_cfg,
- &qhs_venus_cfg,
- &qhs_tsif,
- &qhs_compute_dsp_cfg,
- &qhs_clk_ctl,
- &qhs_aop,
- &qhs_qupv3_north,
- &qhs_ahb2phy_south,
- &srvc_cnoc,
- &qhs_ahb2phy_west,
- &qhs_usb3_0,
- &qhs_venus_throttle_cfg,
- &qhs_ipa,
- &qhs_cpr_cx,
- &qhs_tlmm_west,
- &qhs_a1_noc_cfg,
- &qhs_aoss,
- &qhs_prng,
- &qhs_vsense_ctrl_cfg,
- &qhs_emmc_cfg,
- &qhs_spdm,
- &qhs_crypto0_cfg,
- &qhs_pimem_cfg,
- &qhs_tlmm_north,
- &qhs_cpr_mx,
- &qhs_imem_cfg },
- };
- static struct qcom_icc_node qhm_cnoc_dc_noc = {
- .name = "qhm_cnoc_dc_noc",
- .channels = 1,
- .buswidth = 4,
- .num_links = 2,
- .link_nodes = { &qhs_llcc,
- &qhs_gemnoc },
- };
- static struct qcom_icc_node acm_apps = {
- .name = "acm_apps",
- .channels = 1,
- .buswidth = 16,
- .num_links = 2,
- .link_nodes = { &qns_llcc,
- &qns_gem_noc_snoc },
- };
- static struct qcom_icc_node acm_sys_tcu = {
- .name = "acm_sys_tcu",
- .channels = 1,
- .buswidth = 8,
- .num_links = 2,
- .link_nodes = { &qns_llcc,
- &qns_gem_noc_snoc },
- };
- static struct qcom_icc_node qhm_gemnoc_cfg = {
- .name = "qhm_gemnoc_cfg",
- .channels = 1,
- .buswidth = 4,
- .num_links = 2,
- .link_nodes = { &srvc_gemnoc,
- &qhs_mdsp_ms_mpu_cfg },
- };
- static struct qcom_icc_node qnm_cmpnoc = {
- .name = "qnm_cmpnoc",
- .channels = 1,
- .buswidth = 32,
- .num_links = 2,
- .link_nodes = { &qns_llcc,
- &qns_gem_noc_snoc },
- };
- static struct qcom_icc_node qnm_mnoc_hf = {
- .name = "qnm_mnoc_hf",
- .channels = 2,
- .buswidth = 32,
- .num_links = 1,
- .link_nodes = { &qns_llcc },
- };
- static struct qcom_icc_node qnm_mnoc_sf = {
- .name = "qnm_mnoc_sf",
- .channels = 1,
- .buswidth = 32,
- .num_links = 2,
- .link_nodes = { &qns_llcc,
- &qns_gem_noc_snoc },
- };
- static struct qcom_icc_node qnm_pcie = {
- .name = "qnm_pcie",
- .channels = 1,
- .buswidth = 8,
- .num_links = 2,
- .link_nodes = { &qns_llcc,
- &qns_gem_noc_snoc },
- };
- static struct qcom_icc_node qnm_snoc_gc = {
- .name = "qnm_snoc_gc",
- .channels = 1,
- .buswidth = 8,
- .num_links = 1,
- .link_nodes = { &qns_llcc },
- };
- static struct qcom_icc_node qnm_snoc_sf = {
- .name = "qnm_snoc_sf",
- .channels = 1,
- .buswidth = 16,
- .num_links = 1,
- .link_nodes = { &qns_llcc },
- };
- static struct qcom_icc_node qxm_gpu = {
- .name = "qxm_gpu",
- .channels = 2,
- .buswidth = 32,
- .num_links = 2,
- .link_nodes = { &qns_llcc,
- &qns_gem_noc_snoc },
- };
- static struct qcom_icc_node llcc_mc = {
- .name = "llcc_mc",
- .channels = 2,
- .buswidth = 4,
- .num_links = 1,
- .link_nodes = { &ebi },
- };
- static struct qcom_icc_node qhm_mnoc_cfg = {
- .name = "qhm_mnoc_cfg",
- .channels = 1,
- .buswidth = 4,
- .num_links = 1,
- .link_nodes = { &srvc_mnoc },
- };
- static struct qcom_icc_node qxm_camnoc_hf = {
- .name = "qxm_camnoc_hf",
- .channels = 2,
- .buswidth = 32,
- .num_links = 1,
- .link_nodes = { &qns_mem_noc_hf },
- };
- static struct qcom_icc_node qxm_camnoc_nrt = {
- .name = "qxm_camnoc_nrt",
- .channels = 1,
- .buswidth = 8,
- .num_links = 1,
- .link_nodes = { &qns2_mem_noc },
- };
- static struct qcom_icc_node qxm_camnoc_rt = {
- .name = "qxm_camnoc_rt",
- .channels = 1,
- .buswidth = 32,
- .num_links = 1,
- .link_nodes = { &qns_mem_noc_hf },
- };
- static struct qcom_icc_node qxm_camnoc_sf = {
- .name = "qxm_camnoc_sf",
- .channels = 1,
- .buswidth = 32,
- .num_links = 1,
- .link_nodes = { &qns2_mem_noc },
- };
- static struct qcom_icc_node qxm_mdp0 = {
- .name = "qxm_mdp0",
- .channels = 1,
- .buswidth = 32,
- .num_links = 1,
- .link_nodes = { &qns_mem_noc_hf },
- };
- static struct qcom_icc_node qxm_mdp1 = {
- .name = "qxm_mdp1",
- .channels = 1,
- .buswidth = 32,
- .num_links = 1,
- .link_nodes = { &qns_mem_noc_hf },
- };
- static struct qcom_icc_node qxm_rot = {
- .name = "qxm_rot",
- .channels = 1,
- .buswidth = 32,
- .num_links = 1,
- .link_nodes = { &qns2_mem_noc },
- };
- static struct qcom_icc_node qxm_venus0 = {
- .name = "qxm_venus0",
- .channels = 1,
- .buswidth = 32,
- .num_links = 1,
- .link_nodes = { &qns2_mem_noc },
- };
- static struct qcom_icc_node qxm_venus1 = {
- .name = "qxm_venus1",
- .channels = 1,
- .buswidth = 32,
- .num_links = 1,
- .link_nodes = { &qns2_mem_noc },
- };
- static struct qcom_icc_node qxm_venus_arm9 = {
- .name = "qxm_venus_arm9",
- .channels = 1,
- .buswidth = 8,
- .num_links = 1,
- .link_nodes = { &qns2_mem_noc },
- };
- static struct qcom_icc_node qhm_snoc_cfg = {
- .name = "qhm_snoc_cfg",
- .channels = 1,
- .buswidth = 4,
- .num_links = 1,
- .link_nodes = { &srvc_snoc },
- };
- static struct qcom_icc_node qnm_aggre1_noc = {
- .name = "qnm_aggre1_noc",
- .channels = 1,
- .buswidth = 16,
- .num_links = 6,
- .link_nodes = { &qns_gemnoc_sf,
- &qxs_pimem,
- &qxs_imem,
- &qhs_apss,
- &qns_cnoc,
- &xs_qdss_stm },
- };
- static struct qcom_icc_node qnm_aggre2_noc = {
- .name = "qnm_aggre2_noc",
- .channels = 1,
- .buswidth = 16,
- .num_links = 7,
- .link_nodes = { &qns_gemnoc_sf,
- &qxs_pimem,
- &qxs_imem,
- &qhs_apss,
- &qns_cnoc,
- &xs_sys_tcu_cfg,
- &xs_qdss_stm },
- };
- static struct qcom_icc_node qnm_gemnoc = {
- .name = "qnm_gemnoc",
- .channels = 1,
- .buswidth = 8,
- .num_links = 6,
- .link_nodes = { &qxs_pimem,
- &qxs_imem,
- &qhs_apss,
- &qns_cnoc,
- &xs_sys_tcu_cfg,
- &xs_qdss_stm },
- };
- static struct qcom_icc_node qxm_pimem = {
- .name = "qxm_pimem",
- .channels = 1,
- .buswidth = 8,
- .num_links = 2,
- .link_nodes = { &qns_gemnoc_gc,
- &qxs_imem },
- };
- static struct qcom_icc_node xm_gic = {
- .name = "xm_gic",
- .channels = 1,
- .buswidth = 8,
- .num_links = 2,
- .link_nodes = { &qns_gemnoc_gc,
- &qxs_imem },
- };
- static struct qcom_icc_node qns_a1noc_snoc = {
- .name = "qns_a1noc_snoc",
- .channels = 1,
- .buswidth = 16,
- .num_links = 1,
- .link_nodes = { &qnm_aggre1_noc },
- };
- static struct qcom_icc_node srvc_aggre1_noc = {
- .name = "srvc_aggre1_noc",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qns_a2noc_snoc = {
- .name = "qns_a2noc_snoc",
- .channels = 1,
- .buswidth = 16,
- .num_links = 1,
- .link_nodes = { &qnm_aggre2_noc },
- };
- static struct qcom_icc_node qns_pcie_gemnoc = {
- .name = "qns_pcie_gemnoc",
- .channels = 1,
- .buswidth = 8,
- .num_links = 1,
- .link_nodes = { &qnm_pcie },
- };
- static struct qcom_icc_node srvc_aggre2_noc = {
- .name = "srvc_aggre2_noc",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qns_camnoc_uncomp = {
- .name = "qns_camnoc_uncomp",
- .channels = 1,
- .buswidth = 32,
- };
- static struct qcom_icc_node qns_cdsp_gemnoc = {
- .name = "qns_cdsp_gemnoc",
- .channels = 1,
- .buswidth = 32,
- .num_links = 1,
- .link_nodes = { &qnm_cmpnoc },
- };
- static struct qcom_icc_node qhs_a1_noc_cfg = {
- .name = "qhs_a1_noc_cfg",
- .channels = 1,
- .buswidth = 4,
- .num_links = 1,
- .link_nodes = { &qhm_a1noc_cfg },
- };
- static struct qcom_icc_node qhs_a2_noc_cfg = {
- .name = "qhs_a2_noc_cfg",
- .channels = 1,
- .buswidth = 4,
- .num_links = 1,
- .link_nodes = { &qhm_a2noc_cfg },
- };
- static struct qcom_icc_node qhs_ahb2phy_north = {
- .name = "qhs_ahb2phy_north",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_ahb2phy_south = {
- .name = "qhs_ahb2phy_south",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_ahb2phy_west = {
- .name = "qhs_ahb2phy_west",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_aop = {
- .name = "qhs_aop",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_aoss = {
- .name = "qhs_aoss",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_camera_cfg = {
- .name = "qhs_camera_cfg",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_camera_nrt_thrott_cfg = {
- .name = "qhs_camera_nrt_thrott_cfg",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_camera_rt_throttle_cfg = {
- .name = "qhs_camera_rt_throttle_cfg",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_clk_ctl = {
- .name = "qhs_clk_ctl",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_compute_dsp_cfg = {
- .name = "qhs_compute_dsp_cfg",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_cpr_cx = {
- .name = "qhs_cpr_cx",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_cpr_mx = {
- .name = "qhs_cpr_mx",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_crypto0_cfg = {
- .name = "qhs_crypto0_cfg",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_ddrss_cfg = {
- .name = "qhs_ddrss_cfg",
- .channels = 1,
- .buswidth = 4,
- .num_links = 1,
- .link_nodes = { &qhm_cnoc_dc_noc },
- };
- static struct qcom_icc_node qhs_display_cfg = {
- .name = "qhs_display_cfg",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_display_throttle_cfg = {
- .name = "qhs_display_throttle_cfg",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_emmc_cfg = {
- .name = "qhs_emmc_cfg",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_glm = {
- .name = "qhs_glm",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_gpuss_cfg = {
- .name = "qhs_gpuss_cfg",
- .channels = 1,
- .buswidth = 8,
- };
- static struct qcom_icc_node qhs_imem_cfg = {
- .name = "qhs_imem_cfg",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_ipa = {
- .name = "qhs_ipa",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_mnoc_cfg = {
- .name = "qhs_mnoc_cfg",
- .channels = 1,
- .buswidth = 4,
- .num_links = 1,
- .link_nodes = { &qhm_mnoc_cfg },
- };
- static struct qcom_icc_node qhs_pcie_cfg = {
- .name = "qhs_pcie_cfg",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_pdm = {
- .name = "qhs_pdm",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_pimem_cfg = {
- .name = "qhs_pimem_cfg",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_prng = {
- .name = "qhs_prng",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_qdss_cfg = {
- .name = "qhs_qdss_cfg",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_qupv3_center = {
- .name = "qhs_qupv3_center",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_qupv3_north = {
- .name = "qhs_qupv3_north",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_sdc2 = {
- .name = "qhs_sdc2",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_sdc4 = {
- .name = "qhs_sdc4",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_snoc_cfg = {
- .name = "qhs_snoc_cfg",
- .channels = 1,
- .buswidth = 4,
- .num_links = 1,
- .link_nodes = { &qhm_snoc_cfg },
- };
- static struct qcom_icc_node qhs_spdm = {
- .name = "qhs_spdm",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_tcsr = {
- .name = "qhs_tcsr",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_tlmm_north = {
- .name = "qhs_tlmm_north",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_tlmm_south = {
- .name = "qhs_tlmm_south",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_tlmm_west = {
- .name = "qhs_tlmm_west",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_tsif = {
- .name = "qhs_tsif",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_ufs_mem_cfg = {
- .name = "qhs_ufs_mem_cfg",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_usb3_0 = {
- .name = "qhs_usb3_0",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_venus_cfg = {
- .name = "qhs_venus_cfg",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_venus_cvp_throttle_cfg = {
- .name = "qhs_venus_cvp_throttle_cfg",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_venus_throttle_cfg = {
- .name = "qhs_venus_throttle_cfg",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_vsense_ctrl_cfg = {
- .name = "qhs_vsense_ctrl_cfg",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qns_cnoc_a2noc = {
- .name = "qns_cnoc_a2noc",
- .channels = 1,
- .buswidth = 8,
- .num_links = 1,
- .link_nodes = { &qnm_cnoc },
- };
- static struct qcom_icc_node srvc_cnoc = {
- .name = "srvc_cnoc",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_gemnoc = {
- .name = "qhs_gemnoc",
- .channels = 1,
- .buswidth = 4,
- .num_links = 1,
- .link_nodes = { &qhm_gemnoc_cfg },
- };
- static struct qcom_icc_node qhs_llcc = {
- .name = "qhs_llcc",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_mdsp_ms_mpu_cfg = {
- .name = "qhs_mdsp_ms_mpu_cfg",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qns_gem_noc_snoc = {
- .name = "qns_gem_noc_snoc",
- .channels = 1,
- .buswidth = 8,
- .num_links = 1,
- .link_nodes = { &qnm_gemnoc },
- };
- static struct qcom_icc_node qns_llcc = {
- .name = "qns_llcc",
- .channels = 2,
- .buswidth = 16,
- .num_links = 1,
- .link_nodes = { &llcc_mc },
- };
- static struct qcom_icc_node srvc_gemnoc = {
- .name = "srvc_gemnoc",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node ebi = {
- .name = "ebi",
- .channels = 2,
- .buswidth = 4,
- };
- static struct qcom_icc_node qns2_mem_noc = {
- .name = "qns2_mem_noc",
- .channels = 1,
- .buswidth = 32,
- .num_links = 1,
- .link_nodes = { &qnm_mnoc_sf },
- };
- static struct qcom_icc_node qns_mem_noc_hf = {
- .name = "qns_mem_noc_hf",
- .channels = 2,
- .buswidth = 32,
- .num_links = 1,
- .link_nodes = { &qnm_mnoc_hf },
- };
- static struct qcom_icc_node srvc_mnoc = {
- .name = "srvc_mnoc",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node qhs_apss = {
- .name = "qhs_apss",
- .channels = 1,
- .buswidth = 8,
- };
- static struct qcom_icc_node qns_cnoc = {
- .name = "qns_cnoc",
- .channels = 1,
- .buswidth = 8,
- .num_links = 1,
- .link_nodes = { &qnm_snoc },
- };
- static struct qcom_icc_node qns_gemnoc_gc = {
- .name = "qns_gemnoc_gc",
- .channels = 1,
- .buswidth = 8,
- .num_links = 1,
- .link_nodes = { &qnm_snoc_gc },
- };
- static struct qcom_icc_node qns_gemnoc_sf = {
- .name = "qns_gemnoc_sf",
- .channels = 1,
- .buswidth = 16,
- .num_links = 1,
- .link_nodes = { &qnm_snoc_sf },
- };
- static struct qcom_icc_node qxs_imem = {
- .name = "qxs_imem",
- .channels = 1,
- .buswidth = 8,
- };
- static struct qcom_icc_node qxs_pimem = {
- .name = "qxs_pimem",
- .channels = 1,
- .buswidth = 8,
- };
- static struct qcom_icc_node srvc_snoc = {
- .name = "srvc_snoc",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node xs_qdss_stm = {
- .name = "xs_qdss_stm",
- .channels = 1,
- .buswidth = 4,
- };
- static struct qcom_icc_node xs_sys_tcu_cfg = {
- .name = "xs_sys_tcu_cfg",
- .channels = 1,
- .buswidth = 8,
- };
- static struct qcom_icc_bcm bcm_acv = {
- .name = "ACV",
- .enable_mask = BIT(3),
- .keepalive = false,
- .num_nodes = 1,
- .nodes = { &ebi },
- };
- static struct qcom_icc_bcm bcm_mc0 = {
- .name = "MC0",
- .keepalive = true,
- .num_nodes = 1,
- .nodes = { &ebi },
- };
- static struct qcom_icc_bcm bcm_sh0 = {
- .name = "SH0",
- .keepalive = true,
- .num_nodes = 1,
- .nodes = { &qns_llcc },
- };
- static struct qcom_icc_bcm bcm_mm0 = {
- .name = "MM0",
- .keepalive = true,
- .num_nodes = 1,
- .nodes = { &qns_mem_noc_hf },
- };
- static struct qcom_icc_bcm bcm_mm1 = {
- .name = "MM1",
- .keepalive = true,
- .num_nodes = 8,
- .nodes = { &qxm_camnoc_hf0_uncomp,
- &qxm_camnoc_rt_uncomp,
- &qxm_camnoc_sf_uncomp,
- &qxm_camnoc_nrt_uncomp,
- &qxm_camnoc_hf,
- &qxm_camnoc_rt,
- &qxm_mdp0,
- &qxm_mdp1
- },
- };
- static struct qcom_icc_bcm bcm_sh2 = {
- .name = "SH2",
- .keepalive = false,
- .num_nodes = 1,
- .nodes = { &qns_gem_noc_snoc },
- };
- static struct qcom_icc_bcm bcm_sh3 = {
- .name = "SH3",
- .keepalive = false,
- .num_nodes = 1,
- .nodes = { &acm_sys_tcu },
- };
- static struct qcom_icc_bcm bcm_mm2 = {
- .name = "MM2",
- .keepalive = false,
- .num_nodes = 2,
- .nodes = { &qxm_camnoc_nrt,
- &qns2_mem_noc
- },
- };
- static struct qcom_icc_bcm bcm_mm3 = {
- .name = "MM3",
- .keepalive = false,
- .num_nodes = 5,
- .nodes = { &qxm_camnoc_sf,
- &qxm_rot,
- &qxm_venus0,
- &qxm_venus1,
- &qxm_venus_arm9
- },
- };
- static struct qcom_icc_bcm bcm_sh5 = {
- .name = "SH5",
- .keepalive = false,
- .num_nodes = 1,
- .nodes = { &acm_apps },
- };
- static struct qcom_icc_bcm bcm_sn0 = {
- .name = "SN0",
- .keepalive = true,
- .num_nodes = 1,
- .nodes = { &qns_gemnoc_sf },
- };
- static struct qcom_icc_bcm bcm_sh8 = {
- .name = "SH8",
- .keepalive = false,
- .num_nodes = 1,
- .nodes = { &qns_cdsp_gemnoc },
- };
- static struct qcom_icc_bcm bcm_sh10 = {
- .name = "SH10",
- .keepalive = false,
- .num_nodes = 1,
- .nodes = { &qnm_npu },
- };
- static struct qcom_icc_bcm bcm_ce0 = {
- .name = "CE0",
- .keepalive = false,
- .num_nodes = 1,
- .nodes = { &qxm_crypto },
- };
- static struct qcom_icc_bcm bcm_cn0 = {
- .name = "CN0",
- .keepalive = true,
- .num_nodes = 54,
- .nodes = { &qhm_tsif,
- &xm_emmc,
- &xm_sdc2,
- &xm_sdc4,
- &qhm_spdm,
- &qnm_snoc,
- &qhs_a1_noc_cfg,
- &qhs_a2_noc_cfg,
- &qhs_ahb2phy_north,
- &qhs_ahb2phy_south,
- &qhs_ahb2phy_west,
- &qhs_aop,
- &qhs_aoss,
- &qhs_camera_cfg,
- &qhs_camera_nrt_thrott_cfg,
- &qhs_camera_rt_throttle_cfg,
- &qhs_clk_ctl,
- &qhs_compute_dsp_cfg,
- &qhs_cpr_cx,
- &qhs_cpr_mx,
- &qhs_crypto0_cfg,
- &qhs_ddrss_cfg,
- &qhs_display_cfg,
- &qhs_display_throttle_cfg,
- &qhs_emmc_cfg,
- &qhs_glm,
- &qhs_gpuss_cfg,
- &qhs_imem_cfg,
- &qhs_ipa,
- &qhs_mnoc_cfg,
- &qhs_pcie_cfg,
- &qhs_pdm,
- &qhs_pimem_cfg,
- &qhs_prng,
- &qhs_qdss_cfg,
- &qhs_qupv3_center,
- &qhs_qupv3_north,
- &qhs_sdc2,
- &qhs_sdc4,
- &qhs_snoc_cfg,
- &qhs_spdm,
- &qhs_tcsr,
- &qhs_tlmm_north,
- &qhs_tlmm_south,
- &qhs_tlmm_west,
- &qhs_tsif,
- &qhs_ufs_mem_cfg,
- &qhs_usb3_0,
- &qhs_venus_cfg,
- &qhs_venus_cvp_throttle_cfg,
- &qhs_venus_throttle_cfg,
- &qhs_vsense_ctrl_cfg,
- &qns_cnoc_a2noc,
- &srvc_cnoc
- },
- };
- static struct qcom_icc_bcm bcm_qup0 = {
- .name = "QUP0",
- .keepalive = false,
- .num_nodes = 2,
- .nodes = { &qhm_qup_center,
- &qhm_qup_north
- },
- };
- static struct qcom_icc_bcm bcm_sn1 = {
- .name = "SN1",
- .keepalive = false,
- .num_nodes = 1,
- .nodes = { &qxs_imem },
- };
- static struct qcom_icc_bcm bcm_sn2 = {
- .name = "SN2",
- .keepalive = false,
- .num_nodes = 1,
- .nodes = { &qns_gemnoc_gc },
- };
- static struct qcom_icc_bcm bcm_sn4 = {
- .name = "SN4",
- .keepalive = false,
- .num_nodes = 1,
- .nodes = { &qxs_pimem },
- };
- static struct qcom_icc_bcm bcm_sn9 = {
- .name = "SN9",
- .keepalive = false,
- .num_nodes = 2,
- .nodes = { &qnm_aggre1_noc,
- &qns_a1noc_snoc
- },
- };
- static struct qcom_icc_bcm bcm_sn11 = {
- .name = "SN11",
- .keepalive = false,
- .num_nodes = 2,
- .nodes = { &qnm_aggre2_noc,
- &qns_a2noc_snoc
- },
- };
- static struct qcom_icc_bcm bcm_sn12 = {
- .name = "SN12",
- .keepalive = false,
- .num_nodes = 2,
- .nodes = { &qxm_pimem,
- &xm_gic
- },
- };
- static struct qcom_icc_bcm bcm_sn14 = {
- .name = "SN14",
- .keepalive = false,
- .num_nodes = 1,
- .nodes = { &qns_pcie_gemnoc },
- };
- static struct qcom_icc_bcm bcm_sn15 = {
- .name = "SN15",
- .keepalive = false,
- .num_nodes = 1,
- .nodes = { &qnm_gemnoc },
- };
- static struct qcom_icc_bcm * const aggre1_noc_bcms[] = {
- &bcm_cn0,
- &bcm_qup0,
- &bcm_sn9,
- };
- static struct qcom_icc_node * const aggre1_noc_nodes[] = {
- [MASTER_A1NOC_CFG] = &qhm_a1noc_cfg,
- [MASTER_QUP_0] = &qhm_qup_center,
- [MASTER_TSIF] = &qhm_tsif,
- [MASTER_EMMC] = &xm_emmc,
- [MASTER_SDCC_2] = &xm_sdc2,
- [MASTER_SDCC_4] = &xm_sdc4,
- [MASTER_UFS_MEM] = &xm_ufs_mem,
- [A1NOC_SNOC_SLV] = &qns_a1noc_snoc,
- [SLAVE_SERVICE_A1NOC] = &srvc_aggre1_noc,
- };
- static const struct qcom_icc_desc sm7150_aggre1_noc = {
- .nodes = aggre1_noc_nodes,
- .num_nodes = ARRAY_SIZE(aggre1_noc_nodes),
- .bcms = aggre1_noc_bcms,
- .num_bcms = ARRAY_SIZE(aggre1_noc_bcms),
- };
- static struct qcom_icc_bcm * const aggre2_noc_bcms[] = {
- &bcm_ce0,
- &bcm_qup0,
- &bcm_sn11,
- &bcm_sn14,
- };
- static struct qcom_icc_node * const aggre2_noc_nodes[] = {
- [MASTER_A2NOC_CFG] = &qhm_a2noc_cfg,
- [MASTER_QDSS_BAM] = &qhm_qdss_bam,
- [MASTER_QUP_1] = &qhm_qup_north,
- [MASTER_CNOC_A2NOC] = &qnm_cnoc,
- [MASTER_CRYPTO_CORE_0] = &qxm_crypto,
- [MASTER_IPA] = &qxm_ipa,
- [MASTER_PCIE] = &xm_pcie3_0,
- [MASTER_QDSS_ETR] = &xm_qdss_etr,
- [MASTER_USB3] = &xm_usb3_0,
- [A2NOC_SNOC_SLV] = &qns_a2noc_snoc,
- [SLAVE_ANOC_PCIE_GEM_NOC] = &qns_pcie_gemnoc,
- [SLAVE_SERVICE_A2NOC] = &srvc_aggre2_noc,
- };
- static const struct qcom_icc_desc sm7150_aggre2_noc = {
- .nodes = aggre2_noc_nodes,
- .num_nodes = ARRAY_SIZE(aggre2_noc_nodes),
- .bcms = aggre2_noc_bcms,
- .num_bcms = ARRAY_SIZE(aggre2_noc_bcms),
- };
- static struct qcom_icc_bcm * const camnoc_virt_bcms[] = {
- &bcm_mm1,
- };
- static struct qcom_icc_node * const camnoc_virt_nodes[] = {
- [MASTER_CAMNOC_HF0_UNCOMP] = &qxm_camnoc_hf0_uncomp,
- [MASTER_CAMNOC_RT_UNCOMP] = &qxm_camnoc_rt_uncomp,
- [MASTER_CAMNOC_SF_UNCOMP] = &qxm_camnoc_sf_uncomp,
- [MASTER_CAMNOC_NRT_UNCOMP] = &qxm_camnoc_nrt_uncomp,
- [SLAVE_CAMNOC_UNCOMP] = &qns_camnoc_uncomp,
- };
- static const struct qcom_icc_desc sm7150_camnoc_virt = {
- .nodes = camnoc_virt_nodes,
- .num_nodes = ARRAY_SIZE(camnoc_virt_nodes),
- .bcms = camnoc_virt_bcms,
- .num_bcms = ARRAY_SIZE(camnoc_virt_bcms),
- };
- static struct qcom_icc_bcm * const compute_noc_bcms[] = {
- &bcm_sh10,
- &bcm_sh8,
- };
- static struct qcom_icc_node * const compute_noc_nodes[] = {
- [MASTER_NPU] = &qnm_npu,
- [SLAVE_CDSP_GEM_NOC] = &qns_cdsp_gemnoc,
- };
- static const struct qcom_icc_desc sm7150_compute_noc = {
- .nodes = compute_noc_nodes,
- .num_nodes = ARRAY_SIZE(compute_noc_nodes),
- .bcms = compute_noc_bcms,
- .num_bcms = ARRAY_SIZE(compute_noc_bcms),
- };
- static struct qcom_icc_bcm * const config_noc_bcms[] = {
- &bcm_cn0,
- };
- static struct qcom_icc_node * const config_noc_nodes[] = {
- [MASTER_SPDM] = &qhm_spdm,
- [SNOC_CNOC_MAS] = &qnm_snoc,
- [MASTER_QDSS_DAP] = &xm_qdss_dap,
- [SLAVE_A1NOC_CFG] = &qhs_a1_noc_cfg,
- [SLAVE_A2NOC_CFG] = &qhs_a2_noc_cfg,
- [SLAVE_AHB2PHY_NORTH] = &qhs_ahb2phy_north,
- [SLAVE_AHB2PHY_SOUTH] = &qhs_ahb2phy_south,
- [SLAVE_AHB2PHY_WEST] = &qhs_ahb2phy_west,
- [SLAVE_AOP] = &qhs_aop,
- [SLAVE_AOSS] = &qhs_aoss,
- [SLAVE_CAMERA_CFG] = &qhs_camera_cfg,
- [SLAVE_CAMERA_NRT_THROTTLE_CFG] = &qhs_camera_nrt_thrott_cfg,
- [SLAVE_CAMERA_RT_THROTTLE_CFG] = &qhs_camera_rt_throttle_cfg,
- [SLAVE_CLK_CTL] = &qhs_clk_ctl,
- [SLAVE_CDSP_CFG] = &qhs_compute_dsp_cfg,
- [SLAVE_RBCPR_CX_CFG] = &qhs_cpr_cx,
- [SLAVE_RBCPR_MX_CFG] = &qhs_cpr_mx,
- [SLAVE_CRYPTO_0_CFG] = &qhs_crypto0_cfg,
- [SLAVE_CNOC_DDRSS] = &qhs_ddrss_cfg,
- [SLAVE_DISPLAY_CFG] = &qhs_display_cfg,
- [SLAVE_DISPLAY_THROTTLE_CFG] = &qhs_display_throttle_cfg,
- [SLAVE_EMMC_CFG] = &qhs_emmc_cfg,
- [SLAVE_GLM] = &qhs_glm,
- [SLAVE_GRAPHICS_3D_CFG] = &qhs_gpuss_cfg,
- [SLAVE_IMEM_CFG] = &qhs_imem_cfg,
- [SLAVE_IPA_CFG] = &qhs_ipa,
- [SLAVE_CNOC_MNOC_CFG] = &qhs_mnoc_cfg,
- [SLAVE_PCIE_CFG] = &qhs_pcie_cfg,
- [SLAVE_PDM] = &qhs_pdm,
- [SLAVE_PIMEM_CFG] = &qhs_pimem_cfg,
- [SLAVE_PRNG] = &qhs_prng,
- [SLAVE_QDSS_CFG] = &qhs_qdss_cfg,
- [SLAVE_QUP_0] = &qhs_qupv3_center,
- [SLAVE_QUP_1] = &qhs_qupv3_north,
- [SLAVE_SDCC_2] = &qhs_sdc2,
- [SLAVE_SDCC_4] = &qhs_sdc4,
- [SLAVE_SNOC_CFG] = &qhs_snoc_cfg,
- [SLAVE_SPDM_WRAPPER] = &qhs_spdm,
- [SLAVE_TCSR] = &qhs_tcsr,
- [SLAVE_TLMM_NORTH] = &qhs_tlmm_north,
- [SLAVE_TLMM_SOUTH] = &qhs_tlmm_south,
- [SLAVE_TLMM_WEST] = &qhs_tlmm_west,
- [SLAVE_TSIF] = &qhs_tsif,
- [SLAVE_UFS_MEM_CFG] = &qhs_ufs_mem_cfg,
- [SLAVE_USB3] = &qhs_usb3_0,
- [SLAVE_VENUS_CFG] = &qhs_venus_cfg,
- [SLAVE_VENUS_CVP_THROTTLE_CFG] = &qhs_venus_cvp_throttle_cfg,
- [SLAVE_VENUS_THROTTLE_CFG] = &qhs_venus_throttle_cfg,
- [SLAVE_VSENSE_CTRL_CFG] = &qhs_vsense_ctrl_cfg,
- [SLAVE_CNOC_A2NOC] = &qns_cnoc_a2noc,
- [SLAVE_SERVICE_CNOC] = &srvc_cnoc,
- };
- static const struct qcom_icc_desc sm7150_config_noc = {
- .nodes = config_noc_nodes,
- .num_nodes = ARRAY_SIZE(config_noc_nodes),
- .bcms = config_noc_bcms,
- .num_bcms = ARRAY_SIZE(config_noc_bcms),
- };
- static struct qcom_icc_bcm * const dc_noc_bcms[] = {
- };
- static struct qcom_icc_node * const dc_noc_nodes[] = {
- [MASTER_CNOC_DC_NOC] = &qhm_cnoc_dc_noc,
- [SLAVE_GEM_NOC_CFG] = &qhs_gemnoc,
- [SLAVE_LLCC_CFG] = &qhs_llcc,
- };
- static const struct qcom_icc_desc sm7150_dc_noc = {
- .nodes = dc_noc_nodes,
- .num_nodes = ARRAY_SIZE(dc_noc_nodes),
- .bcms = dc_noc_bcms,
- .num_bcms = ARRAY_SIZE(dc_noc_bcms),
- };
- static struct qcom_icc_bcm * const gem_noc_bcms[] = {
- &bcm_sh0,
- &bcm_sh2,
- &bcm_sh3,
- &bcm_sh5,
- };
- static struct qcom_icc_node * const gem_noc_nodes[] = {
- [MASTER_AMPSS_M0] = &acm_apps,
- [MASTER_SYS_TCU] = &acm_sys_tcu,
- [MASTER_GEM_NOC_CFG] = &qhm_gemnoc_cfg,
- [MASTER_COMPUTE_NOC] = &qnm_cmpnoc,
- [MASTER_MNOC_HF_MEM_NOC] = &qnm_mnoc_hf,
- [MASTER_MNOC_SF_MEM_NOC] = &qnm_mnoc_sf,
- [MASTER_GEM_NOC_PCIE_SNOC] = &qnm_pcie,
- [MASTER_SNOC_GC_MEM_NOC] = &qnm_snoc_gc,
- [MASTER_SNOC_SF_MEM_NOC] = &qnm_snoc_sf,
- [MASTER_GRAPHICS_3D] = &qxm_gpu,
- [SLAVE_MSS_PROC_MS_MPU_CFG] = &qhs_mdsp_ms_mpu_cfg,
- [SLAVE_GEM_NOC_SNOC] = &qns_gem_noc_snoc,
- [SLAVE_LLCC] = &qns_llcc,
- [SLAVE_SERVICE_GEM_NOC] = &srvc_gemnoc,
- };
- static const struct qcom_icc_desc sm7150_gem_noc = {
- .nodes = gem_noc_nodes,
- .num_nodes = ARRAY_SIZE(gem_noc_nodes),
- .bcms = gem_noc_bcms,
- .num_bcms = ARRAY_SIZE(gem_noc_bcms),
- };
- static struct qcom_icc_bcm * const mc_virt_bcms[] = {
- &bcm_acv,
- &bcm_mc0,
- };
- static struct qcom_icc_node * const mc_virt_nodes[] = {
- [MASTER_LLCC] = &llcc_mc,
- [SLAVE_EBI_CH0] = &ebi,
- };
- static const struct qcom_icc_desc sm7150_mc_virt = {
- .nodes = mc_virt_nodes,
- .num_nodes = ARRAY_SIZE(mc_virt_nodes),
- .bcms = mc_virt_bcms,
- .num_bcms = ARRAY_SIZE(mc_virt_bcms),
- };
- static struct qcom_icc_bcm * const mmss_noc_bcms[] = {
- &bcm_mm0,
- &bcm_mm1,
- &bcm_mm2,
- &bcm_mm3,
- };
- static struct qcom_icc_node * const mmss_noc_nodes[] = {
- [MASTER_CNOC_MNOC_CFG] = &qhm_mnoc_cfg,
- [MASTER_CAMNOC_HF0] = &qxm_camnoc_hf,
- [MASTER_CAMNOC_NRT] = &qxm_camnoc_nrt,
- [MASTER_CAMNOC_RT] = &qxm_camnoc_rt,
- [MASTER_CAMNOC_SF] = &qxm_camnoc_sf,
- [MASTER_MDP_PORT0] = &qxm_mdp0,
- [MASTER_MDP_PORT1] = &qxm_mdp1,
- [MASTER_ROTATOR] = &qxm_rot,
- [MASTER_VIDEO_P0] = &qxm_venus0,
- [MASTER_VIDEO_P1] = &qxm_venus1,
- [MASTER_VIDEO_PROC] = &qxm_venus_arm9,
- [SLAVE_MNOC_SF_MEM_NOC] = &qns2_mem_noc,
- [SLAVE_MNOC_HF_MEM_NOC] = &qns_mem_noc_hf,
- [SLAVE_SERVICE_MNOC] = &srvc_mnoc,
- };
- static const struct qcom_icc_desc sm7150_mmss_noc = {
- .nodes = mmss_noc_nodes,
- .num_nodes = ARRAY_SIZE(mmss_noc_nodes),
- .bcms = mmss_noc_bcms,
- .num_bcms = ARRAY_SIZE(mmss_noc_bcms),
- };
- static struct qcom_icc_bcm * const system_noc_bcms[] = {
- &bcm_sn0,
- &bcm_sn1,
- &bcm_sn11,
- &bcm_sn12,
- &bcm_sn15,
- &bcm_sn2,
- &bcm_sn4,
- &bcm_sn9,
- };
- static struct qcom_icc_node * const system_noc_nodes[] = {
- [MASTER_SNOC_CFG] = &qhm_snoc_cfg,
- [A1NOC_SNOC_MAS] = &qnm_aggre1_noc,
- [A2NOC_SNOC_MAS] = &qnm_aggre2_noc,
- [MASTER_GEM_NOC_SNOC] = &qnm_gemnoc,
- [MASTER_PIMEM] = &qxm_pimem,
- [MASTER_GIC] = &xm_gic,
- [SLAVE_APPSS] = &qhs_apss,
- [SNOC_CNOC_SLV] = &qns_cnoc,
- [SLAVE_SNOC_GEM_NOC_GC] = &qns_gemnoc_gc,
- [SLAVE_SNOC_GEM_NOC_SF] = &qns_gemnoc_sf,
- [SLAVE_OCIMEM] = &qxs_imem,
- [SLAVE_PIMEM] = &qxs_pimem,
- [SLAVE_SERVICE_SNOC] = &srvc_snoc,
- [SLAVE_QDSS_STM] = &xs_qdss_stm,
- [SLAVE_TCU] = &xs_sys_tcu_cfg,
- };
- static const struct qcom_icc_desc sm7150_system_noc = {
- .nodes = system_noc_nodes,
- .num_nodes = ARRAY_SIZE(system_noc_nodes),
- .bcms = system_noc_bcms,
- .num_bcms = ARRAY_SIZE(system_noc_bcms),
- };
- static const struct of_device_id qnoc_of_match[] = {
- { .compatible = "qcom,sm7150-aggre1-noc", .data = &sm7150_aggre1_noc },
- { .compatible = "qcom,sm7150-aggre2-noc", .data = &sm7150_aggre2_noc },
- { .compatible = "qcom,sm7150-camnoc-virt", .data = &sm7150_camnoc_virt },
- { .compatible = "qcom,sm7150-compute-noc", .data = &sm7150_compute_noc },
- { .compatible = "qcom,sm7150-config-noc", .data = &sm7150_config_noc },
- { .compatible = "qcom,sm7150-dc-noc", .data = &sm7150_dc_noc },
- { .compatible = "qcom,sm7150-gem-noc", .data = &sm7150_gem_noc },
- { .compatible = "qcom,sm7150-mc-virt", .data = &sm7150_mc_virt },
- { .compatible = "qcom,sm7150-mmss-noc", .data = &sm7150_mmss_noc },
- { .compatible = "qcom,sm7150-system-noc", .data = &sm7150_system_noc },
- { }
- };
- MODULE_DEVICE_TABLE(of, qnoc_of_match);
- static struct platform_driver qnoc_driver = {
- .probe = qcom_icc_rpmh_probe,
- .remove = qcom_icc_rpmh_remove,
- .driver = {
- .name = "qnoc-sm7150",
- .of_match_table = qnoc_of_match,
- .sync_state = icc_sync_state,
- },
- };
- static int __init qnoc_driver_init(void)
- {
- return platform_driver_register(&qnoc_driver);
- }
- core_initcall(qnoc_driver_init);
- static void __exit qnoc_driver_exit(void)
- {
- platform_driver_unregister(&qnoc_driver);
- }
- module_exit(qnoc_driver_exit);
- MODULE_DESCRIPTION("Qualcomm SM7150 NoC driver");
- MODULE_LICENSE("GPL");
|