当前位置:网站首页>Fast development board pinctrl and GPIO subsystem experiment for itop-imx6ull - modify the device tree file
Fast development board pinctrl and GPIO subsystem experiment for itop-imx6ull - modify the device tree file
2022-07-07 13:24:00 【mucheni】
We modify the device tree file imx6ull-14x14-evk.dts, The path is in the source directory arch/arm/boot/dts/ Under the table of contents , modify test node
As shown in the figure below :
test1:test{
#adress-cells = <1>;
#size-cells = <1>;
compatible = "test";
reg = <0x20ac000 0x0000004>; // The address of the register
pinctrl-0 = <&pinctrl_beep>; //
beep-gpio = <&gpio5 1 GPIO_ACTIVE_LOW>
};
};
&test1{
compatible = "test1234";
status = "okay";
};

stay &iomuxc_snvs Add pinctrl_beep Content , As shown in the figure below :

And search for it “pinctrl_beep” node , Found to have pinctrl_beep If it is used, it should be commented out , As shown in the figure below :

Save the file after modification , Reference resources 53.3 Compile device tree file chapter compile device tree .
More content can be paid to official account. : Beijing Xunwei
边栏推荐
- Introduction and basic use of stored procedures
- QQ medicine, Tencent ticket
- QQ的药,腾讯的票
- 【Presto Profile系列】Timeline使用
- Cinnamon 任务栏网速
- Read PG in data warehouse in one article_ stat
- centso7 openssl 报错Verify return code: 20 (unable to get local issuer certificate)
- 共创软硬件协同生态:Graphcore IPU与百度飞桨的“联合提交”亮相MLPerf
- [learning notes] segment tree selection
- Cmake learning and use notes (1)
猜你喜欢
随机推荐
飞桨EasyDL实操范例:工业零件划痕自动识别
【黑马早报】华为辟谣“军师”陈春花;恒驰5预售价17.9万元;周杰伦新专辑MV 3小时播放量破亿;法华寺回应万元月薪招人...
Esp32 series column
Introduction and basic use of stored procedures
Cookie and session comparison
Cmake learning and use notes (1)
自定义线程池拒绝策略
【学习笔记】AGC010
简单好用的代码规范
mysql 局域网内访问不到的问题
Simple and easy-to-use code specification
Vscade editor esp32 header file wavy line does not jump completely solved
Clion mingw64 Chinese garbled code
MongoDB复制(副本集)总结
Isprs2021/ remote sensing image cloud detection: a geographic information driven method and a new large-scale remote sensing cloud / snow detection data set
记一次 .NET 某新能源系统 线程疯涨 分析
MongoDB 遇见 spark(进行整合)
Initialization script
Unity build error: the name "editorutility" does not exist in the current context
Sed of three swordsmen in text processing









