Browse Source
Adds SC-OBC Module A1 FPGA System Register and System Monitor definitions to DTS. - System Register Registers for system control of SC-OBC Module A1 Link: https://sc-obc-fpga-technical-reference-manual.readthedocs.io/ja/latest/#org19067cd - System Monitor Module for monitoring the SC-OBC Module A1 system Link: https://sc-obc-fpga-technical-reference-manual.readthedocs.io/ja/latest/#org8832978 Signed-off-by: Takuya Sasaki <takuya.sasaki@spacecubics.com>pull/91287/head
3 changed files with 34 additions and 0 deletions
@ -0,0 +1,12 @@
@@ -0,0 +1,12 @@
|
||||
# Copyright (c) 2025 Space Cubics Inc. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
description: SC-OBC Module A1 System Monitor |
||||
|
||||
compatible: "sc,sysmon" |
||||
|
||||
include: base.yaml |
||||
|
||||
properties: |
||||
reg: |
||||
required: true |
@ -0,0 +1,12 @@
@@ -0,0 +1,12 @@
|
||||
# Copyright (c) 2025 Space Cubics Inc. |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
description: SC-OBC Module A1 System Register |
||||
|
||||
compatible: "sc,sysreg" |
||||
|
||||
include: base.yaml |
||||
|
||||
properties: |
||||
reg: |
||||
required: true |
Loading…
Reference in new issue