Lines Matching +full:reg +full:- +full:names
1 // SPDX-License-Identifier: GPL-2.0-or-later
12 #address-cells = <1>;
13 #size-cells = <1>;
14 compatible = "simple-bus";
19 compatible = "st,spear320-pinmux";
20 reg = <0xb3000000 0x1000>;
21 #gpio-range-cells = <3>;
26 reg = <0x90000000 0x1000>;
28 interrupt-parent = <&shirq>;
33 compatible = "st,spear600-fsmc-nand";
34 #address-cells = <1>;
35 #size-cells = <1>;
36 reg = <0x4c000000 0x1000 /* FSMC Register */
40 reg-names = "fsmc_regs", "nand_data", "nand_addr", "nand_cmd";
45 compatible = "st,sdhci-spear";
46 reg = <0x70000000 0x100>;
48 interrupt-parent = <&shirq>;
52 shirq: interrupt-controller@b3000000 {
53 compatible = "st,spear320-shirq";
54 reg = <0xb3000000 0x1000>;
56 #interrupt-cells = <1>;
57 interrupt-controller;
62 reg = <0xa5000000 0x1000>;
64 interrupt-parent = <&shirq>;
65 #address-cells = <1>;
66 #size-cells = <0>;
72 reg = <0xa6000000 0x1000>;
74 interrupt-parent = <&shirq>;
75 #address-cells = <1>;
76 #size-cells = <0>;
81 compatible = "st,spear-pwm";
82 reg = <0xa8000000 0x1000>;
83 #pwm-cells = <2>;
88 #address-cells = <1>;
89 #size-cells = <1>;
90 compatible = "simple-bus";
95 #address-cells = <1>;
96 #size-cells = <0>;
97 compatible = "snps,designware-i2c";
98 reg = <0xa7000000 0x1000>;
100 interrupt-parent = <&shirq>;
106 reg = <0xa3000000 0x1000>;
108 interrupt-parent = <&shirq>;
114 reg = <0xa4000000 0x1000>;
116 interrupt-parent = <&shirq>;
121 compatible = "st,spear-plgpio";
122 reg = <0xb3000000 0x1000>;
124 #interrupt-cells = <1>;
125 interrupt-controller;
126 gpio-controller;
127 #gpio-cells = <2>;
128 gpio-ranges = <&pinmux 0 0 102>;
131 st-plgpio,ngpio = <102>;
132 st-plgpio,enb-reg = <0x24>;
133 st-plgpio,wdata-reg = <0x34>;
134 st-plgpio,dir-reg = <0x44>;
135 st-plgpio,ie-reg = <0x64>;
136 st-plgpio,rdata-reg = <0x54>;
137 st-plgpio,mis-reg = <0x84>;
138 st-plgpio,eit-reg = <0x94>;