On Mon, Sep 25, 2023 at 09:25:19AM +0200, Yannic Moog wrote: > phyGATE-Tauri uses a phyCORE-i.MX8MM SoM. Add device tree for the board. [...] > + tpm: tpm@1 { > + compatible = "tcg,tpm_tis-spi"; What's the chip used on this board? Going forward, the DT schema for TPMs requires the exact chip name in addition to the generic "tcg,tpm_tis-spi". > + interrupts = <11 IRQ_TYPE_LEVEL_LOW>; > + interrupt-parent = <&gpio2>; > + pinctrl-names = "default"; > + pinctrl-0 = <&pinctrl_tpm>; > + reg = <1>; > + spi-max-frequency = <38000000>; > + }; > +};