summaryrefslogtreecommitdiffstats
path: root/dts/Bindings/rng/nuvoton,npcm-rng.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dts/Bindings/rng/nuvoton,npcm-rng.txt')
-rw-r--r--dts/Bindings/rng/nuvoton,npcm-rng.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/dts/Bindings/rng/nuvoton,npcm-rng.txt b/dts/Bindings/rng/nuvoton,npcm-rng.txt
deleted file mode 100644
index 65c04172fc..0000000000
--- a/dts/Bindings/rng/nuvoton,npcm-rng.txt
+++ /dev/null
@@ -1,12 +0,0 @@
-NPCM SoC Random Number Generator
-
-Required properties:
-- compatible : "nuvoton,npcm750-rng" for the NPCM7XX BMC.
-- reg : Specifies physical base address and size of the registers.
-
-Example:
-
-rng: rng@f000b000 {
- compatible = "nuvoton,npcm750-rng";
- reg = <0xf000b000 0x8>;
-};