mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
9 lines
172 B
Text
9 lines
172 B
Text
/* $FreeBSD$ */
|
|
|
|
&pcie {
|
|
/*
|
|
* Our driver is different that OpenWRT's, so we need slightly
|
|
* different values for the reg property
|
|
*/
|
|
reg = <0x10140000 0x10000>;
|
|
};
|