Home
last modified time | relevance | path

Searched +full:0 +full:x11f10000 (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/arm/mediatek/
Dmediatek,mt8192-clock.yaml56 reg = <0x10720000 0x1000>;
63 reg = <0x11007000 0x1000>;
70 reg = <0x11cb1000 0x1000>;
77 reg = <0x11d03000 0x1000>;
84 reg = <0x11d23000 0x1000>;
91 reg = <0x11e01000 0x1000>;
98 reg = <0x11f02000 0x1000>;
105 reg = <0x11f10000 0x1000>;
112 reg = <0x13fbf000 0x1000>;
119 reg = <0x15020000 0x1000>;
[all …]
/Linux-v6.1/arch/arm64/boot/dts/mediatek/
Dmt7986a.dtsi17 clk40m: oscillator@0 {
20 #clock-cells = <0>;
26 #size-cells = <0>;
27 cpu0: cpu@0 {
31 reg = <0x0>;
39 reg = <0x1>;
47 reg = <0x2>;
55 reg = <0x3>;
71 reg = <0 0x43000000 0 0x30000>;
77 reg = <0 0x4fc00000 0 0x00100000>;
[all …]
Dmt8192.dtsi34 #clock-cells = <0>;
41 #clock-cells = <0>;
48 #size-cells = <0>;
50 cpu0: cpu@0 {
53 reg = <0x000>;
64 reg = <0x100>;
75 reg = <0x200>;
86 reg = <0x300>;
97 reg = <0x400>;
108 reg = <0x500>;
[all …]
Dmt8183.dtsi293 #size-cells = <0>;
327 cpu0: cpu@0 {
330 reg = <0x000>;
346 reg = <0x001>;
362 reg = <0x002>;
378 reg = <0x003>;
394 reg = <0x100>;
410 reg = <0x101>;
426 reg = <0x102>;
442 reg = <0x103>;
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dmediatek,mt7986-pinctrl.yaml86 "watchdog" "watchdog" 0
304 Valid arguments for 'mediatek,pull-up-adv' are '0', '1', '2', '3'
307 0: (R1, R0) = (0, 0) which means R1 disabled and R0 disabled.
308 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled.
309 2: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled.
312 enum: [0, 1, 2, 3]
316 Valid arguments for 'mediatek,pull-up-adv' are '0', '1', '2', '3'
319 0: (R1, R0) = (0, 0) which means R1 disabled and R0 disabled.
320 1: (R1, R0) = (0, 1) which means R1 disabled and R0 enabled.
321 2: (R1, R0) = (1, 0) which means R1 enabled and R0 disabled.
[all …]
/Linux-v6.1/arch/arm/boot/dts/
Dexynos5420.dtsi162 reg = <0x10d20000 0x1000>;
163 ranges = <0x0 0x10d20000 0x6000>;
168 reg = <0x4000 0x1000>;
173 reg = <0x5000 0x1000>;
179 reg = <0x10010000 0x30000>;
185 reg = <0x03810000 0x0C>;
195 reg = <0x11000000 0x10000>;
208 #size-cells = <0>;
209 reg = <0x12200000 0x2000>;
212 fifo-depth = <0x40>;
[all …]
/Linux-v6.1/drivers/pinctrl/mediatek/
Dpinctrl-mt7986.c11 #define MT7986_PIN(_number, _name) MTK_PIN(_number, _name, 0, _number, DRV_GRP4)
17 _x_bits, 32, 0)
23 * iocfg_rt:0x11c30000, iocfg_rb:0x11c40000, iocfg_lt:0x11e20000,
24 * iocfg_lb:0x11e30000, iocfg_tr:0x11f00000, iocfg_tl:0x11f10000,
76 PIN_FIELD(0, 100, 0x300, 0x10, 0, 4),
80 PIN_FIELD(0, 100, 0x0, 0x10, 0, 1),
84 PIN_FIELD(0, 100, 0x200, 0x10, 0, 1),
88 PIN_FIELD(0, 100, 0x100, 0x10, 0, 1),
92 PIN_FIELD_BASE(0, 0, IOCFG_RB_BASE, 0x40, 0x10, 17, 1),
93 PIN_FIELD_BASE(1, 2, IOCFG_LT_BASE, 0x20, 0x10, 10, 1),
[all …]