Searched +full:mii +full:- +full:conv (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/net/pcs/renesas,rzn1-miic.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas RZ/N1 MII converter10 - Clément Léger <clement.leger@bootlin.com>13 This MII converter is present on the Renesas RZ/N1 SoC family. It is14 responsible to do MII passthrough or convert it to RMII/RGMII.17 '#address-cells':20 '#size-cells':[all …]
1 // SPDX-License-Identifier: GPL-2.013 #include <linux/pcs-rzn1-miic.h>17 #include <dt-bindings/net/pcs-rzn1-miic.h>52 #define MIIC_MODCTRL_CONF_NONE -155 * struct modctrl_match - Matching table entry for convctrl configuration58 * @conv: Configuration of ethernet port muxes. First index is SWITCH_PORTIN,59 * then index 1 - 5 are CONV1 - CONV5.63 u8 conv[MIIC_MODCTRL_CONF_CONV_NUM]; member122 * struct miic - MII converter structure123 * @base: base address of the MII converter[all …]
1 // SPDX-License-Identifier: GPL-2.09 #include <dt-bindings/interrupt-controller/arm-gic.h>10 #include <dt-bindings/clock/r9a06g032-sysctrl.h>14 #address-cells = <1>;15 #size-cells = <1>;18 #address-cells = <1>;19 #size-cells = <0>;23 compatible = "arm,cortex-a7";30 compatible = "arm,cortex-a7";33 enable-method = "renesas,r9a06g032-smp";[all …]