Files
luban-lite-t3e-pro/doc/topics/sdk/spinor/spinor_user_guide.html

173 lines
11 KiB
HTML
Raw Normal View History

2025-01-23 16:37:00 +08:00
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-cn" lang="zh-cn" data-whc_version="26.0">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1.0"/><meta http-equiv="X-UA-Compatible" content="IE=edge"/><meta name="description" content="SPI NOR 属于 SPI 的从设备,在内核中相关驱动通过 SPI MEM 对接到 SPI 子系统。 在 SPI 控制器初始化时SPI 驱动会检查该控制器下是否有挂载的 SPI NOR有则添加到 SPI BUS 中。 aic_spi_probe(dev); |-&gt; spi_register_controller(ctlr);/spi_register_master(ctlr); // ..."/><meta name="DC.rights.owner" content="(C) 版权 2025"/><meta name="copyright" content="(C) 版权 2025"/><meta name="generator" content="DITA-OT"/><meta name="DC.type" content="concept"/><meta name="DC.contributor" content="yan.wang"/><meta name="DC.date.modified" content="2024-11-27"/><meta name="DC.format" content="HTML5"/><meta name="DC.identifier" content="spi_nor_user_guide"/><meta name="DC.language" content="zh-CN"/><title>SPI NOR 使用指南</title><!-- Build number 2023110923. --><meta name="wh-path2root" content="../../../"/><meta name="wh-toc-id" content=""/><meta name="wh-source-relpath" content="topics/sdk/spinor/spinor_user_guide.dita"/><meta name="wh-out-relpath" content="topics/sdk/spinor/spinor_user_guide.html"/>
<link rel="stylesheet" type="text/css" href="../../../webhelp/app/commons.css?buildId=2023110923"/>
<link rel="stylesheet" type="text/css" href="../../../webhelp/app/topic.css?buildId=2023110923"/>
<script src="../../../webhelp/app/options/properties.js?buildId=20250121171154"></script>
<script src="../../../webhelp/app/localization/strings.js?buildId=2023110923"></script>
<script src="../../../webhelp/app/search/index/keywords.js?buildId=20250121171154"></script>
<script defer="defer" src="../../../webhelp/app/commons.js?buildId=2023110923"></script>
<script defer="defer" src="../../../webhelp/app/topic.js?buildId=2023110923"></script>
<link rel="stylesheet" type="text/css" href="../../../webhelp/template/aic-styles-web.css?buildId=2023110923"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/notes.css?buildId=2023110923"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/aic-common.css?buildId=2023110923"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/aic-images.css?buildId=2023110923"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/footnote.css?buildId=2023110923"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/aic-web-watermark.css?buildId=2023110923"/><link rel="stylesheet" type="text/css" href="../../../webhelp/template/topic-body-list.css?buildId=2023110923"/></head>
<body id="spi_nor_user_guide" class="wh_topic_page frmBody">
<a href="#wh_topic_body" class="sr-only sr-only-focusable">
跳转到主要内容
</a>
<header class="navbar navbar-default wh_header">
<div class="container-fluid">
<div class="wh_header_flex_container navbar-nav navbar-expand-md navbar-dark">
<div class="wh_logo_and_publication_title_container">
<div class="wh_logo_and_publication_title">
<a href="http://www.artinchip.com" class=" wh_logo d-none d-sm-block "><img src="../../../company-logo-white.png" alt="RTOS SDK 使用指南SDK 指南文件"/></a>
<div class=" wh_publication_title "><a href="../../../index.html"><span class="booktitle"><span class="ph mainbooktitle">RTOS SDK 使用指南</span><span class="ph booktitlealt">SDK 指南文件</span></span></a></div>
</div>
</div>
<div class="wh_top_menu_and_indexterms_link collapse navbar-collapse" id="wh_top_menu_and_indexterms_link">
</div>
</div>
</div>
</header>
<div class=" wh_search_input navbar-form wh_topic_page_search search " role="form">
<form id="searchForm" method="get" role="search" action="../../../search.html"><div><input type="search" placeholder="搜索 " class="wh_search_textfield" id="textToSearch" name="searchQuery" aria-label="搜索查询" required="required"/><button type="submit" class="wh_search_button" aria-label="搜索"><span class="search_input_text">搜索</span></button></div></form>
</div>
<div class="container-fluid" id="wh_topic_container">
<div class="row">
<nav class="wh_tools d-print-none navbar-expand-md" aria-label="Tools">
<div data-tooltip-position="bottom" class=" wh_breadcrumb "></div>
<div class="wh_right_tools">
<button class="wh_hide_highlight" aria-label="切换搜索突出显示" title="切换搜索突出显示"></button>
<button class="webhelp_expand_collapse_sections" data-next-state="collapsed" aria-label="折叠截面" title="折叠截面"></button>
<div class=" wh_print_link print d-none d-md-inline-block "><button onClick="window.print()" title="打印此页" aria-label="打印此页"></button></div>
</div>
</nav>
</div>
<div class="wh_content_area">
<div class="row">
<div class="col-12" id="wh_topic_body">
<div class=" wh_topic_content body "><main role="main"><article class="- topic/topic concept/concept topic concept" role="article" aria-labelledby="ariaid-title1"><span class="edit-link" style="font-size:12px; opacity:0.6; text-align:right; vertical-align:middle"><a target="_blank" href="http://172.16.35.88/tasks/jdssno1uvvbf2mltu9kb9v3if05d5gopuakboe8hlud18rma/edit/F:/aicdita/aicdita-cn/topics/sdk/spinor/spinor_user_guide.dita">Edit online</a></span><h1 class="- topic/title title topictitle1" id="ariaid-title1">SPI NOR 使用指南</h1><div class="date inPage">27 Nov 2024</div><div style="color: gray;">
Read time: 1 minute(s)
</div><div class="- topic/body concept/conbody body conbody"><div class="- topic/p p" data-ofbid="d157104e22__20250121171615">SPI NOR 属于 SPI 的从设备,在内核中相关驱动通过 <code class="+ topic/ph pr-d/codeph ph codeph">SPI MEM</code> 对接到 SPI 子系统。 在 SPI 控制器初始化时SPI
驱动会检查该控制器下是否有挂载的 SPI NOR有则添加到 SPI BUS
中。<pre class="+ topic/pre pr-d/codeblock pre codeblock language-c" id="spi_nor_user_guide__codeblock_lw1_f5y_c1c" data-ofbid="spi_nor_user_guide__codeblock_lw1_f5y_c1c">aic_spi_probe(dev);
|-&gt; spi_register_controller(ctlr);/spi_register_master(ctlr);<em class="hl-comment">// spi_register_master 是一个宏</em>
|-&gt; of_register_spi_devices(ctlr);
|-&gt; spi = of_register_spi_device(ctlr, nc);
|-&gt; spi = spi_alloc_device(ctlr);
|-&gt; of_spi_parse_dt(ctlr, spi, nc);
|-&gt; rc = spi_add_device(spi);
<em class="hl-comment">// 将 SPI device 添加到 SPI 总线 spi_bus_type 中</em></pre></div><p class="- topic/p p" data-ofbid="d157104e29__20250121171615">在调用 <code class="+ topic/ph pr-d/codeph ph codeph">spi_add_device</code> 的过程中,会查找和匹配对应设备的驱动程序(如果这时候对
应的驱动程序还没有被添加到系统中,则在这里先将设备添加到 Bus等到对应驱动程序 被添加进来时,再进行匹配。)</p><div class="table-container"><table class="- topic/table table frame-all" id="spi_nor_user_guide__table_ebl_25y_c1c" data-ofbid="spi_nor_user_guide__table_ebl_25y_c1c" data-cols="2"><caption></caption><colgroup><col style="width:28.653295128939828%"/><col style="width:71.34670487106017%"/></colgroup><thead class="- topic/thead thead"><tr class="- topic/row"><th class="- topic/entry entry colsep-1 rowsep-1" id="spi_nor_user_guide__table_ebl_25y_c1c__entry__1">模块</th><th class="- topic/entry entry colsep-0 rowsep-1" id="spi_nor_user_guide__table_ebl_25y_c1c__entry__2">驱动源码路径</th></tr></thead><tbody class="- topic/tbody tbody"><tr class="- topic/row"><td class="- topic/entry entry colsep-1 rowsep-1" headers="spi_nor_user_guide__table_ebl_25y_c1c__entry__1">Linux</td><td class="- topic/entry entry colsep-0 rowsep-1" headers="spi_nor_user_guide__table_ebl_25y_c1c__entry__2"><span class="+ topic/ph sw-d/filepath ph filepath">source/linux-5.10/drivers/mtd/spi-nor/</span></td></tr><tr class="- topic/row"><td class="- topic/entry entry colsep-1 rowsep-0" headers="spi_nor_user_guide__table_ebl_25y_c1c__entry__1">Uboot</td><td class="- topic/entry entry colsep-0 rowsep-0" headers="spi_nor_user_guide__table_ebl_25y_c1c__entry__2"><span class="+ topic/ph sw-d/filepath ph filepath">source/uboot-2021.10/drivers/mtd/spi/</span></td></tr></tbody></table></div></div></article></main></div>
</div>
</div>
</div>
</div>
<footer class="navbar navbar-default wh_footer">
<div class=" footer-container mx-auto ">
<title>footer def</title>
<style><!--
.p1 {
font-family: FangZhengShuSong, Times, serif;
}
.p2 {
font-family: Arial, Helvetica, sans-serif;
}
.p3 {
font-family: "Lucida Console", "Courier New", monospace;
}
--></style>
<div class="webhelp.fragment.footer">
<p class="p1">Copyright © 2019-2024 广东匠芯创科技有限公司. All rights reserved.</p>
</div><div>
<div class="generation_time">
Update Time: 2025-01-21
</div>
</div>
</div>
</footer>
<div id="go2top" class="d-print-none">
<span class="oxy-icon oxy-icon-up"></span>
</div>
<div id="modal_img_large" class="modal">
<span class="close oxy-icon oxy-icon-remove"></span>
<div id="modal_img_container"></div>
<div id="caption"></div>
</div>
<script src="${pd}/publishing/publishing-styles-AIC-template/js/custom.js" defer="defer"></script>
</body>
</html>