Question regarding device tree definition of ls1021a.dtsi and .dts

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Question regarding device tree definition of ls1021a.dtsi and .dts

1,092 次查看
jiye
Contributor V

Hi,

I understand that the .dtsi is from SoC chip level and .dts is from board level respectively.

I have a question when comes to this ls1021a.dtsi

pastedImage_1.png

(1)Why there is a gpio3 there at the node section, what does that use for?

pastedImage_2.png

(2)And why sysclk doesn't have a cell for address register because sysclk isn't a memory I/O device?

(3) Also the status section 

pastedImage_2.png

can this be inside of the .dtsi as well, I thought this can only be inside of the .dts file only to disable or enable the node.

标签 (2)
0 项奖励
回复
1 回复

1,041 次查看
yipingwang
NXP TechSupport
NXP TechSupport

1. It is used to define GPIO module.

pastedImage_1.png

2. Yes, sysclk isn't a memory I/O device.

3. Status can be used inside of the .dtsi.

0 项奖励
回复