31 lines
996 B
Diff
Executable File
31 lines
996 B
Diff
Executable File
From 655a0fabe1190c98bd75e7fa990c206ffb529286 Mon Sep 17 00:00:00 2001
|
|
From: roly <Rolyli.Li@luxshare-ict.com>
|
|
Date: Wed, 20 Nov 2024 15:18:22 +0800
|
|
Subject: [PATCH] Add NonVbitrate and Vbitrate property for UART interface
|
|
|
|
---
|
|
yaml/xyz/openbmc_project/Console/UART.interface.yaml | 10 ++++++++++
|
|
1 file changed, 10 insertions(+)
|
|
|
|
diff --git a/yaml/xyz/openbmc_project/Console/UART.interface.yaml b/yaml/xyz/openbmc_project/Console/UART.interface.yaml
|
|
index e30c443..e6b9b91 100644
|
|
--- a/yaml/xyz/openbmc_project/Console/UART.interface.yaml
|
|
+++ b/yaml/xyz/openbmc_project/Console/UART.interface.yaml
|
|
@@ -4,3 +4,13 @@ properties:
|
|
- name: Baud
|
|
type: uint64
|
|
description: Data transmission rate of the serial console.
|
|
+ - name: NonVbitrate
|
|
+ type: uint64
|
|
+ default: 115200
|
|
+ description: >
|
|
+ Non volatile SOL bandrate.
|
|
+ - name: Vbitrate
|
|
+ type: uint64
|
|
+ default: 115200
|
|
+ description: >
|
|
+ Volatile SOL bandrate.
|
|
--
|
|
2.25.1
|
|
|