/* $FreeBSD$ */ / { /* Specify alias for serial0 so we have a working console */ aliases { serial0 = "/palmbus@10000000/uartlite@c00"; }; /* * OpenWRT doesn't define a clock controller, but we currently need one */ clkctrl: cltctrl { compatible = "ralink,rt2880-clock"; #clock-cells = <1>; }; /* Specify the clocks node for the usbphy */ usbphy: usbphy { clocks = <&clkctrl 22 &clkctrl 25>; }; pcie@10140000 { /* * Our driver is different that OpenWRT's, so we need slightly * different values for the reg property */ reg = <0x10140000 0x10000>; /* * Also, we need resets and clocks defined, so we can properly * initialize the PCIe */ clocks = <&clkctrl 26>; }; };