^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) ST-Ericsson Nomadik Device Tree Bindings
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) For various board the "board" node may contain specific properties
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) that pertain to this particular board, such as board-specific GPIOs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) Required root node property: src
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) - Nomadik System and reset controller used for basic chip control, clock
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) and reset line control.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) - compatible: must be "stericsson,nomadik,src"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) Boards with the Nomadik SoC include:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) Nomadik NHK-15 board manufactured by ST Microelectronics:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) Required root node property:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) compatible="st,nomadik-nhk-15";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) S8815 "MiniKit" manufactured by Calao Systems:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) Required root node property:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) compatible="calaosystems,usb-s8815";
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) Required node: usb-s8815
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) Example:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) usb-s8815 {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) ethernet-gpio {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) gpios = <&gpio3 19 0x1>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) interrupts = <19 0x1>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) interrupt-parent = <&gpio3>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) mmcsd-gpio {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) gpios = <&gpio3 16 0x1>;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37) };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) };