diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index d771a3e0e7a02d..322e73c4c9f11a 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -929,6 +929,9 @@ Type: Documentation-only (supports [`--pending-deprecation`][])
Using `process.binding()` in general should be avoided. The type checking
methods in particular can be replaced by using [`util.types`][].
+This deprecation has been superseded by the deprecation of the
+`process.binding()` API ([DEP00XX](#DEP00XX)).
+
### DEP0104: process.env string coercion
@@ -987,6 +990,14 @@ Type: Documentation-only
The option `produceCachedData` has been deprecated. Use
[`script.createCachedData()`][] instead.
+
+### DEP00XX: process.binding()
+
+Type: Documentation-only
+
+The `process.binding()` API is intended for use by Node.js internal code
+only. Use of `process.binding()` by userland code is unsupported.
+
[`--pending-deprecation`]: cli.html#cli_pending_deprecation
[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size
[`Buffer.from(array)`]: buffer.html#buffer_class_method_buffer_from_array