| | 68 | == Device Tree |
| | 69 | |
| | 70 | The Linux device tree can often describe a lot about how the hardware is connected, etc. |
| | 71 | |
| | 72 | Link to GW3089/GW8901 Device tree: [https://github.com/Gateworks/linux-malibu/blob/v6.1-malibu/arch/arm64/boot/dts/marvell/cn9130-malibu-gw8901.dts] |
| | 73 | |
| | 74 | == TPM / Crypto |
| | 75 | |
| | 76 | On the board is a Microchip ATTPM20P-H6MA1-10 |
| | 77 | |
| | 78 | This is compliant to the Trusted Computing Group (TCG) Trusted Platform Module (TPM) Version 2.0, |
| | 79 | r116 Trusted Platform Module Library |
| | 80 | |
| | 81 | Cryptographic Support for: |
| | 82 | - HMAC |
| | 83 | - AES-128 |
| | 84 | - SHA-1 |
| | 85 | - SHA-256 |
| | 86 | - ECC BN_P256, ECCNIST_P256 |
| | 87 | -RSA 1024-2048 bit keys |
| | 88 | |