config du tpm dans la dts

This commit is contained in:
2023-01-24 16:28:37 +00:00
parent 03a22a8091
commit d01e23db1c
2 changed files with 16 additions and 1 deletions
@@ -330,6 +330,16 @@
pinctrl-0 = <&spi0_pins>;
status = "okay";
slb9670@0 {
// number of cells required to define a chip select address on the SPI bus.
#address-cells = <1>;
// should be zero
#size-cells = <0>;
// name of SPI bus controller following generic names recommended practice
compatible = "infineon,slb9670";
spi-max-frequency = <500000>;
reg = <0>;
};
};
&elm {