Searched +full:mdio +full:- +full:mux +full:- +full:iproc (Results 1 – 8 of 8) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/net/brcm,mdio-mux-iproc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: MDIO bus multiplexer found in Broadcom iProc based SoCs.10 - Florian Fainelli <f.fainelli@gmail.com>13 This MDIO bus multiplexer defines buses that could be internal as well as14 external to SoCs and could accept MDIO transaction compatible to C-22 or15 C-45 Clause. When child bus is selected, one needs to select these two16 properties as well to generate desired MDIO transaction on appropriate bus.[all …]
1 # SPDX-License-Identifier: GPL-2.02 # Makefile for Linux MDIO bus drivers4 obj-$(CONFIG_ACPI_MDIO) += acpi_mdio.o5 obj-$(CONFIG_FWNODE_MDIO) += fwnode_mdio.o6 obj-$(CONFIG_OF_MDIO) += of_mdio.o8 obj-$(CONFIG_MDIO_ASPEED) += mdio-aspeed.o9 obj-$(CONFIG_MDIO_BCM_IPROC) += mdio-bcm-iproc.o10 obj-$(CONFIG_MDIO_BCM_UNIMAC) += mdio-bcm-unimac.o11 obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o12 obj-$(CONFIG_MDIO_CAVIUM) += mdio-cavium.o[all …]
1 // SPDX-License-Identifier: GPL-2.09 #include <linux/mdio-mux.h>62 /* Disable external mdio master access */ in mdio_mux_iproc_config()63 val = readl(md->base + MDIO_SCAN_CTRL_OFFSET); in mdio_mux_iproc_config()65 writel(val, md->base + MDIO_SCAN_CTRL_OFFSET); in mdio_mux_iproc_config()67 if (md->core_clk) { in mdio_mux_iproc_config()68 /* use rate adjust regs to derive the mdio's operating in mdio_mux_iproc_config()71 divisor = clk_get_rate(md->core_clk) / MDIO_OPERATING_FREQUENCY; in mdio_mux_iproc_config()75 writel(val, md->base + MDIO_RATE_ADJ_EXT_OFFSET); in mdio_mux_iproc_config()76 writel(val, md->base + MDIO_RATE_ADJ_INT_OFFSET); in mdio_mux_iproc_config()[all …]
33 #include <dt-bindings/interrupt-controller/arm-gic.h>34 #include <dt-bindings/interrupt-controller/irq.h>35 #include <dt-bindings/clock/bcm-nsp.h>38 #address-cells = <1>;39 #size-cells = <1>;42 interrupt-parent = <&gic>;53 #address-cells = <1>;54 #size-cells = <0>;58 compatible = "arm,cortex-a9";59 next-level-cache = <&L2>;[all …]
6 * Copyright 2013-2014 Hauke Mehrtens <hauke@hauke-m.de>11 #include <dt-bindings/clock/bcm-nsp.h>12 #include <dt-bindings/gpio/gpio.h>13 #include <dt-bindings/input/input.h>14 #include <dt-bindings/interrupt-controller/irq.h>15 #include <dt-bindings/interrupt-controller/arm-gic.h>18 #address-cells = <1>;19 #size-cells = <1>;20 interrupt-parent = <&gic>;22 chipcommon-a-bus@18000000 {[all …]
35 #include <dt-bindings/interrupt-controller/arm-gic.h>36 #include <dt-bindings/clock/bcm-ns2.h>40 interrupt-parent = <&gic>;41 #address-cells = <2>;42 #size-cells = <2>;45 #address-cells = <2>;46 #size-cells = <0>;50 compatible = "arm,cortex-a57";52 enable-method = "psci";53 next-level-cache = <&CLUSTER0_L2>;[all …]
4 * Copyright(c) 2015-2017 Broadcom. All rights reserved.33 #include <dt-bindings/interrupt-controller/arm-gic.h>37 interrupt-parent = <&gic>;38 #address-cells = <2>;39 #size-cells = <2>;42 #address-cells = <2>;43 #size-cells = <0>;47 compatible = "arm,cortex-a72";49 enable-method = "psci";50 next-level-cache = <&CLUSTER0_L2>;[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]