1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 %YAML 1.2 3 --- 4 $id: http://devicetree.org/schemas/net/maxim,ds26522.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 6 7 title: Maxim (Dallas) DS26522 Dual T1/E1/J1 Transceiver 8 9 maintainers: 10 - Frank Li <Frank.Li@nxp.com> 11 12 properties: 13 compatible: 14 items: 15 - const: maxim,ds26522 16 17 reg: 18 maxItems: 1 19 20 required: 21 - compatible 22 - reg 23 24 allOf: 25 - $ref: /schemas/spi/spi-peripheral-props.yaml 26 27 unevaluatedProperties: false 28 29 examples: 30 - | 31 spi { 32 #address-cells = <1>; 33 #size-cells = <0>; 34 35 transceiver@1 { 36 compatible = "maxim,ds26522"; 37 reg = <1>; 38 spi-max-frequency = <2000000>; /* input clock */ 39 }; 40 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.