Searched +full:rk3188 +full:- +full:emac (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/net/rockchip,emac.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Rockchip RK3036/RK3066/RK3188 Ethernet Media Access Controller (EMAC)10 - Heiko Stuebner <heiko@sntech.de>15 - rockchip,rk3036-emac16 - rockchip,rk3066-emac17 - rockchip,rk3188-emac28 - description: host clock[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # ARC EMAC network device configuration27 tristate "Rockchip EMAC support"32 Support for Rockchip RK3036/RK3066/RK3188 EMAC ethernet controllers.34 emac device driver. This driver is used for RK3036/RK3066/RK318835 EMAC ethernet controller.
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/pinctrl/rockchip.h>9 #include <dt-bindings/clock/rk3188-cru.h>10 #include <dt-bindings/power/rk3188-power.h>14 compatible = "rockchip,rk3188";17 #address-cells = <1>;18 #size-cells = <0>;19 enable-method = "rockchip,rk3066-smp";23 compatible = "arm,cortex-a9";[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)7 #include <dt-bindings/interrupt-controller/irq.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include <dt-bindings/soc/rockchip,boot-mode.h>12 #address-cells = <1>;13 #size-cells = <1>;15 interrupt-parent = <&gic>;18 ethernet0 = &emac;37 compatible = "fixed-clock";38 clock-frequency = <24000000>;[all …]