Searched +full:s500 +full:- +full:emac (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/actions,owl-emac.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Cristian Ciocaltea <cristian.ciocaltea@gmail.com>15 IEEE 802.3 CSMA/CD standard, supporting both half-duplex and full-duplex19 - $ref: ethernet-controller.yaml#24 - const: actions,owl-emac25 - items:26 - enum:[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)3 * Actions Semi S500 SoC5 * Copyright (c) 2016-2017 Andreas Färber8 #include <dt-bindings/clock/actions,s500-cmu.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/power/owl-s500-powergate.h>12 #include <dt-bindings/reset/actions,s500-reset.h>15 compatible = "actions,s500";16 interrupt-parent = <&gic>;[all …]
1 # SPDX-License-Identifier: GPL-2.0-only22 Controller (EMAC) found on the S500 and S900 SoCs. The controller24 both half-duplex and full-duplex operation modes at 10/100 Mb/s.