If you leave "zpool create" to its defaults (enable every feature).
There's two levels to consider though if you create a pool with explicit consideration for a system with an older version of ZFS: "-o version" and "-d"/"-o feature@...", both of which can be used to fine tune exactly what the pool can and cannot do.
If you create the pool on pre-OpenZFS FreeBSD, you can use it on Linux, but not vice versa.
I just did this with FreeNAS (based on FreeBSD 11) and Raspbian.