Newer
Older
barebox / arch / mips / dts / ar9331.dtsi
@Oleksij Rempel Oleksij Rempel on 5 Jan 2018 378 bytes MIPS: ar9331: add watchdog support
/ {
	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";
               };
	};
};