This patch provides information required to setup ux500-hash when
booting with DT on the Snowball low-cost development platform.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
v-ape-supply = <&db8500_vape_reg>;
status = "disabled";
};
+
+ hash@a03c2000 {
+ compatible = "stericsson,ux500-hash";
+ reg = <0xa03c2000 0x1000>;
+
+ v-ape-supply = <&db8500_vape_reg>;
+ status = "disabled";
+ };
};
};
cryp@a03cb000 {
status = "okay";
};
+
+ hash@a03c2000 {
+ status = "okay";
+ };
};
};