mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00

* 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
15 lines
352 B
Plaintext
Executable File
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>;
|
|
};
|