hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/arm/boot/dts/at91sam9x5_macb0.dtsi
....@@ -1,10 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * at91sam9x5_macb0.dtsi - Device Tree Include file for AT91SAM9x5 SoC with 1
34 * Ethernet interface.
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>
....@@ -43,22 +42,13 @@
4342 };
4443 };
4544
46
- pmc: pmc@fffffc00 {
47
- periphck {
48
- macb0_clk: macb0_clk {
49
- #clock-cells = <0>;
50
- reg = <24>;
51
- };
52
- };
53
- };
54
-
5545 macb0: ethernet@f802c000 {
5646 compatible = "cdns,at91sam9260-macb", "cdns,macb";
5747 reg = <0xf802c000 0x100>;
5848 interrupts = <24 IRQ_TYPE_LEVEL_HIGH 3>;
5949 pinctrl-names = "default";
6050 pinctrl-0 = <&pinctrl_macb0_rmii>;
61
- clocks = <&macb0_clk>, <&macb0_clk>;
51
+ clocks = <&pmc PMC_TYPE_PERIPHERAL 24>, <&pmc PMC_TYPE_PERIPHERAL 24>;
6252 clock-names = "hclk", "pclk";
6353 status = "disabled";
6454 };