Home
last modified time | relevance | path

Searched +full:0 +full:x71070034 (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/
Dmscc,ocelot-pinctrl.yaml100 reg = <0x71070034 0x28>;
103 gpio-ranges = <&gpio 0 0 22>;
/Linux-v6.1/arch/mips/boot/dts/mscc/
Dserval.dtsi13 #size-cells = <0>;
15 cpu@0 {
19 reg = <0>;
29 #address-cells = <0>;
37 #clock-cells = <0>;
43 #clock-cells = <0>;
59 reg = <0x70000000 0x2c>;
64 reg = <0x70000070 0x70>;
72 pinctrl-0 = <&uart_pins>;
75 reg = <0x70100000 0x20>;
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Dmscc,ocelot.yaml39 "^pinctrl@[0-9a-f]+$":
43 "^gpio@[0-9a-f]+$":
51 "^mdio@[0-9a-f]+$":
72 #clock-cells = <0>;
78 #size-cells = <0>;
80 soc@0 {
83 reg = <0>;
90 #size-cells = <0>;
91 reg = <0x7107009c 0x24>;
93 sw_phy0: ethernet-phy@0 {
[all …]
/Linux-v6.1/drivers/mfd/
Docelot-core.c31 #define REG_GCB_SOFT_RST 0x0008
33 #define BIT_SOFT_CHIP_RST BIT(0)
35 #define VSC7512_MIIM0_RES_START 0x7107009c
36 #define VSC7512_MIIM1_RES_START 0x710700c0
37 #define VSC7512_MIIM_RES_SIZE 0x024
39 #define VSC7512_PHY_RES_START 0x710700f0
40 #define VSC7512_PHY_RES_SIZE 0x004
42 #define VSC7512_GPIO_RES_START 0x71070034
43 #define VSC7512_GPIO_RES_SIZE 0x06c
45 #define VSC7512_SIO_CTRL_RES_START 0x710700f8
[all …]