summaryrefslogtreecommitdiffstats
path: root/arch/mips/dts/ar9331.dtsi
blob: 42baae1e89ebbd42886b180607f54bd81865f855 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/ {
	ahb {
		wdt0: wdt@18060008 {
			compatible = "qca,ar9331-wdt", "qca,ar9344-wdt";
			reg = <0x18060008 0x8>;
			clocks = <&pll ATH79_CLK_CPU>;
		};

		mac0: mac@19000000 {
			compatible = "qca,ar9331-ge0";
			reg = <0x18070000 0x00000100>,
			      <0x19000000 0x01000000>;
			reg-names = "gmac", "ge0";
			phy-mode = "mii";
			status = "disabled";
               };
	};
};