lede/target/linux/phytium/files-5.10/Documentation/devicetree/bindings/w1/phytium-w1.txt
HunZI a462d2b757
target: add phytium support (#11798)
* target: add phytium support

* kernel/video: add phytium platform ARM GPU support

* config: add EFI support to phytium armv8

* target: phytium: remove rtl8821cs driver

* target: phytium: refresh dts
2024-01-18 15:16:24 +08:00

15 lines
352 B
Plaintext
Executable File

* Phytium 1-wire bus master controller
Required properties:
- compatible : should be "phytium,w1"
- reg : Address and length of the register set for the device
- interrupts : interrupt line.
Example:
onewire0: onewire@2803f000 {
compatible = "phytium,w1";
reg = <0x0 0x2803f000 0x0 0x1000>;
interrupts = <GIC_SPI 166 IRQ_TYPE_LEVEL_HIGH>;
};