Create a CSV file to contain your data. You can create this in Google Sheets, Excel, in a text editor or online. I would suggest the online option as it is interactive and shows you where the point are. In fact, using the online mapping may be sufficient for this initial data set.
The first line should be a header that describes the data, including Latitude and Longitude. Locations should be in decimal degrees, To convert from minutes to decimal degrees, use
Decimal Degrees = Integral Degrees + (Partial Minutes / 60.0)