Alex Liang | 0fa7d21 | 2024-06-18 11:17:01 -0500 | [diff] [blame] | 1 | /* |
| 2 | * Copyright (c) 2024, Arm Limited. All rights reserved. |
| 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | */ |
| 6 | |
| 7 | /dts-v1/; |
| 8 | |
| 9 | / { |
| 10 | |
| 11 | sdei { |
| 12 | bias = <30>; |
| 13 | sdei_version { |
| 14 | bias = <30>; |
| 15 | functionname = "sdei_version_funcid"; |
| 16 | }; |
| 17 | sdei_pe_unmask { |
| 18 | bias = <30>; |
| 19 | functionname = "sdei_pe_unmask_funcid"; |
| 20 | }; |
| 21 | sdei_pe_mask { |
| 22 | bias = <30>; |
| 23 | functionname = "sdei_pe_mask_funcid"; |
| 24 | }; |
| 25 | sdei_event_status { |
| 26 | bias = <30>; |
| 27 | functionname = "sdei_event_status_funcid"; |
| 28 | }; |
| 29 | sdei_event_signal { |
| 30 | bias = <30>; |
| 31 | functionname = "sdei_event_signal_funcid"; |
| 32 | }; |
| 33 | sdei_private_reset { |
| 34 | bias = <30>; |
| 35 | functionname = "sdei_private_reset_funcid"; |
| 36 | }; |
| 37 | sdei_shared_reset { |
| 38 | bias = <30>; |
| 39 | functionname = "sdei_shared_reset_funcid"; |
| 40 | }; |
| 41 | sdei_interrupt_bind { |
| 42 | bias = <100>; |
| 43 | functionname = "sdei_interrupt_bind_funcid"; |
| 44 | }; |
| 45 | // added |
| 46 | sdei_event_register { |
| 47 | bias = <30>; |
| 48 | functionname = "sdei_event_register_funcid"; |
| 49 | }; |
| 50 | sdei_event_enable { |
| 51 | bias = <30>; |
| 52 | functionname = "sdei_event_enable_funcid"; |
| 53 | }; |
| 54 | sdei_features { |
| 55 | bias = <30>; |
| 56 | functionname = "sdei_features_funcid"; |
| 57 | }; |
| 58 | sdei_event_disable { |
| 59 | bias = <30>; |
| 60 | functionname = "sdei_event_disable_funcid"; |
| 61 | }; |
| 62 | sdei_event_context { |
| 63 | bias = <30>; |
| 64 | functionname = "sdei_event_context_funcid"; |
| 65 | }; |
| 66 | sdei_event_complete { |
| 67 | bias = <30>; |
| 68 | functionname = "sdei_event_complete_funcid"; |
| 69 | }; |
| 70 | sdei_event_complete_and_resume { |
| 71 | bias = <30>; |
| 72 | functionname = "sdei_event_complete_and_resume_funcid"; |
| 73 | }; |
| 74 | sdei_event_unregister { |
| 75 | bias = <30>; |
| 76 | functionname = "sdei_event_unregister_funcid"; |
| 77 | }; |
| 78 | sdei_event_get_info { |
| 79 | bias = <30>; |
| 80 | functionname = "sdei_event_get_info_funcid"; |
| 81 | }; |
| 82 | sdei_event_routing_set { |
| 83 | bias = <30>; |
| 84 | functionname = "sdei_event_routing_set_funcid"; |
| 85 | }; |
| 86 | sdei_interrupt_release { |
| 87 | bias = <30>; |
| 88 | functionname = "sdei_interrupt_release_funcid"; |
| 89 | }; |
| 90 | sdei_routing_set_coverage { |
| 91 | bias = <30>; |
| 92 | functionname = "sdei_routing_set_coverage_funcid"; |
| 93 | }; |
| 94 | sdei_event_get_info_coverage { |
| 95 | bias = <30>; |
| 96 | functionname = "sdei_event_get_info_coverage_funcid"; |
| 97 | }; |
| 98 | }; |
| 99 | |
| 100 | }; |