Skip to content

Commit

Permalink
fvp: add secure UART interrupt in device region
Browse files Browse the repository at this point in the history
OP-TEE enables the use case of a secure interrupt triggered by the UART
driver. This interrupt is routed by FFA_INTERRUPT interface to OP-TEE.
Define the UART interrupt in the FF-A device region node.

Signed-off-by: Olivier Deprez <[email protected]>
Reviewed-by: Jens Wiklander <[email protected]>
Reviewed-by: Jerome Forissier <[email protected]>
  • Loading branch information
odeprez authored and jforissier committed Oct 10, 2024
1 parent bb34828 commit 3bd5a3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fvp/optee_sp_manifest.dts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
base-address = <0x00000000 0x1c0a0000>;
pages-count = <1>;
attributes = <0x3>; /* read-write */
interrupts = <38 0x900>;
};
};
};

0 comments on commit 3bd5a3b

Please sign in to comment.