* Qualcomm Technologies Inc. NSS MAC Security Engine Driver.

This driver configures GMAC Security Engine on the board.

1. Driver access details to each GMAC Security Engine

Required properties:
- device_type: = "network";
- compatible: = should be "qcom,nss-macsec";
- reg:  physical address and length of the register set for the device.

Optional properties:

Example:
nss-macsec0@37800000{
	compatible = "qcom,nss-macsec";
	reg = <0x37800000 0x00200000>;
};
