Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmscc,ocelot-pinctrl.yaml100 reg = <0x71070034 0x28>;
103 gpio-ranges = <&gpio 0 0 22>;
/openbmc/linux/arch/mips/boot/dts/mscc/
H A 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 …]
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dmscc,ocelot.yaml40 "^pinctrl@[0-9a-f]+$":
44 "^gpio@[0-9a-f]+$":
52 "^mdio@[0-9a-f]+$":
60 "^ethernet-switch@[0-9a-f]+$":
81 #clock-cells = <0>;
87 #size-cells = <0>;
89 soc@0 {
92 reg = <0>;
99 #size-cells = <0>;
100 reg = <0x7107009c 0x24>;
[all …]
/openbmc/linux/drivers/mfd/
H A 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 0x00000024
39 #define VSC7512_PHY_RES_START 0x710700f0
40 #define VSC7512_PHY_RES_SIZE 0x00000004
42 #define VSC7512_GPIO_RES_START 0x71070034
43 #define VSC7512_GPIO_RES_SIZE 0x0000006c
45 #define VSC7512_SIO_CTRL_RES_START 0x710700f8
[all …]