what is the find command to find exact dir from the root

I want to find a dir called STOP from the root.so what is the find command.

Thanks & Regards
Rajkumar

find / -type d -name STOP