驱动设备dtsi文件

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/ {
    #address-cells = <1>;
    #size-cells = <1>;
    compatible = "ralink,mtk7620a-soc";
 
    cpus {
        cpu@0 {
            compatible = "mips,mips24KEc";
        };
    };
 
    cpuintc: cpuintc@0 {
        #address-cells = <0>;
        #interrupt-cells = <1>;
        interrupt-controller;
        compatible = "mti,cpu-interrupt-controller";
    };
 
    palmbus@10000000 {
        compatible = "palmbus";
        reg = <0x10000000 0x200000>;
                ranges = <0x0 0x10000000 0x1FFFFF>;
 
        #address-cells = <1>;
        #size-cells = <1>;
 
        sysc@0 {
            compatible = "ralink,mt7620a-sysc";
            reg = <0x0 0x100>;
        };
 
        intc: intc@200 {
            compatible = "ralink,mt7620a-intc", "ralink,rt2880-intc";
            reg = <0x200 0x100>;
 
            interrupt-controller;
            #interrupt-cells = <1>;
 
            interrupt-parent = <&cpuintc>;
            interrupts = <2>;
        };
 
        memc@300 {
            compatible = "ralink,mt7620a-memc", "ralink,rt3050-memc";
            reg = <0x300 0x100>;
        };
 
        uartlite@c00 {
            compatible = "ralink,mt7620a-uart", "ralink,rt2880-uart", "ns16550a";
            reg = <0xc00 0x100>;
 
            interrupt-parent = <&intc>;
            interrupts = <12>;
 
            reg-shift = <2>;
        };
    };
};

 

posted on   lydstory  阅读(70)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
历史上的今天:
2021-12-06 recovery
2021-12-06 AT+CGMM
2021-12-06 sizeof对错
2021-12-06 输出最小整数(某面试题)
2021-12-06 某面试题考什么不懂
2021-12-06 宏编译错误(某面试题网络)
2021-12-06 blueprism

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示