hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/at91sam9x5_macb1.dtsi
....@@ -1,10 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * at91sam9x5_macb1.dtsi - Device Tree Include file for AT91SAM9x5 SoC with 2
34 * Ethernet interfaces.
45 *
56 * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com>
6
- *
7
- * Licensed under GPLv2.
87 */
98
109 #include <dt-bindings/pinctrl/at91.h>
....@@ -31,22 +30,13 @@
3130 };
3231 };
3332
34
- pmc: pmc@fffffc00 {
35
- periphck {
36
- macb1_clk: macb1_clk {
37
- #clock-cells = <0>;
38
- reg = <27>;
39
- };
40
- };
41
- };
42
-
4333 macb1: ethernet@f8030000 {
4434 compatible = "cdns,at91sam9260-macb", "cdns,macb";
4535 reg = <0xf8030000 0x100>;
4636 interrupts = <27 IRQ_TYPE_LEVEL_HIGH 3>;
4737 pinctrl-names = "default";
4838 pinctrl-0 = <&pinctrl_macb1_rmii>;
49
- clocks = <&macb1_clk>, <&macb1_clk>;
39
+ clocks = <&pmc PMC_TYPE_PERIPHERAL 27>, <&pmc PMC_TYPE_PERIPHERAL 27>;
5040 clock-names = "hclk", "pclk";
5141 status = "disabled";
5242 };