diff options
-rw-r--r-- | arch/arm/boot/dts/bcm-cygnus.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm-cygnus.dtsi b/arch/arm/boot/dts/bcm-cygnus.dtsi index c592f6d82685..8833a4c3cd96 100644 --- a/arch/arm/boot/dts/bcm-cygnus.dtsi +++ b/arch/arm/boot/dts/bcm-cygnus.dtsi | |||
@@ -91,6 +91,13 @@ | |||
91 | #address-cells = <1>; | 91 | #address-cells = <1>; |
92 | #size-cells = <1>; | 92 | #size-cells = <1>; |
93 | 93 | ||
94 | otp: otp@0301c800 { | ||
95 | compatible = "brcm,ocotp"; | ||
96 | reg = <0x0301c800 0x2c>; | ||
97 | brcm,ocotp-size = <2048>; | ||
98 | status = "disabled"; | ||
99 | }; | ||
100 | |||
94 | pcie_phy: phy@0301d0a0 { | 101 | pcie_phy: phy@0301d0a0 { |
95 | compatible = "brcm,cygnus-pcie-phy"; | 102 | compatible = "brcm,cygnus-pcie-phy"; |
96 | reg = <0x0301d0a0 0x14>; | 103 | reg = <0x0301d0a0 0x14>; |