3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-01 07:42:18 +00:00

Update brcm,cru.yaml

This commit is contained in:
Scare Crowe 2021-11-02 22:21:23 +05:00
parent 38b5380e9a
commit 4f5075d42d

View File

@ -32,13 +32,13 @@ properties:
"#size-cells": "#size-cells":
const: 1 const: 1
pinctrl:
$ref: ../pinctrl/brcm,ns-pinmux.yaml
patternProperties: patternProperties:
'^clock-controller@[a-f0-9]+$': '^clock-controller@[a-f0-9]+$':
$ref: ../clock/brcm,iproc-clocks.yaml $ref: ../clock/brcm,iproc-clocks.yaml
'^pin-controller@[a-f0-9]+$':
$ref: ../pinctrl/brcm,ns-pinmux.yaml
'^thermal@[a-f0-9]+$': '^thermal@[a-f0-9]+$':
$ref: ../thermal/brcm,ns-thermal.yaml $ref: ../thermal/brcm,ns-thermal.yaml
@ -73,9 +73,10 @@ examples:
"iprocfast", "sata1", "sata2"; "iprocfast", "sata1", "sata2";
}; };
pinctrl { pin-controller@1c0 {
compatible = "brcm,bcm4708-pinmux"; compatible = "brcm,bcm4708-pinmux";
offset = <0x1c0>; reg = <0x1c0 0x24>;
reg-names = "cru_gpio_control";
}; };
thermal@2c0 { thermal@2c0 {