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

&eth0 {
	reg = <0x19000000 0x200>,
	      <0x18070000 0x00000100>;
	reg-names = "ge0", "gmac";
};