1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-C 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 %YAML 1.2 2 %YAML 1.2 3 --- 3 --- 4 $id: http://devicetree.org/schemas/fpga/fpga-b 4 $id: http://devicetree.org/schemas/fpga/fpga-bridge.yaml# 5 $schema: http://devicetree.org/meta-schemas/co 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 6 7 title: FPGA Bridge 7 title: FPGA Bridge 8 8 9 maintainers: 9 maintainers: 10 - Michal Simek <michal.simek@amd.com> 10 - Michal Simek <michal.simek@amd.com> 11 11 12 properties: 12 properties: 13 $nodename: 13 $nodename: 14 pattern: "^fpga-bridge(@.*|-([0-9]|[1-9][0 14 pattern: "^fpga-bridge(@.*|-([0-9]|[1-9][0-9]+))?$" 15 15 16 bridge-enable: 16 bridge-enable: 17 description: | 17 description: | 18 0 if driver should disable bridge at sta 18 0 if driver should disable bridge at startup 19 1 if driver should enable bridge at star 19 1 if driver should enable bridge at startup 20 Default is to leave bridge in current st 20 Default is to leave bridge in current state. 21 $ref: /schemas/types.yaml#/definitions/uin 21 $ref: /schemas/types.yaml#/definitions/uint32 22 enum: [ 0, 1 ] 22 enum: [ 0, 1 ] 23 23 24 additionalProperties: true 24 additionalProperties: true 25 25 26 examples: 26 examples: 27 - | 27 - | 28 fpga-bridge { 28 fpga-bridge { 29 bridge-enable = <0>; 29 bridge-enable = <0>; 30 }; 30 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.