arm64: dts: rockchip: add cr50 tpm to rk3399-gru scarlet and bob
[linux-2.6-microblaze.git] / arch / arm64 / boot / dts / rockchip / rk3399-gru-bob.dts
index a9f4d6d..9dd3b17 100644 (file)
 
 &spi0 {
        status = "okay";
+
+       cr50@0 {
+               compatible = "google,cr50";
+               reg = <0>;
+               interrupt-parent = <&gpio0>;
+               interrupts = <5 IRQ_TYPE_EDGE_RISING>;
+               pinctrl-names = "default";
+               pinctrl-0 = <&h1_int_od_l>;
+               spi-max-frequency = <800000>;
+       };
 };
 
 &pinctrl {