Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 %YAML 1.2
0003 ---
0004 $id: http://devicetree.org/schemas/arm/nxp/lpc32xx.yaml#
0005 $schema: http://devicetree.org/meta-schemas/core.yaml#
0006 
0007 title: NXP LPC32xx Platforms Device Tree Bindings
0008 
0009 maintainers:
0010   - Roland Stigge <stigge@antcom.de>
0011 
0012 properties:
0013   compatible:
0014     oneOf:
0015       - enum:
0016           - nxp,lpc3220
0017           - nxp,lpc3230
0018           - nxp,lpc3240
0019       - items:
0020           - enum:
0021               - ea,ea3250
0022               - phytec,phy3250
0023           - const: nxp,lpc3250
0024 
0025 additionalProperties: true
0026 ...